Skip to content

Commit b101d8a

Browse files
committed
updating user from jupyter to user in test/integration/test_setup.sh
1 parent 60c98bf commit b101d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/test_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# with DSUB_PROVIDER-specific default parameters set.
3232

3333
# Set default USER if not already set (needed for Jupyterlab/Docker environments)
34-
export USER="${USER:-jupyter}"
34+
export USER="${USER:-$(whoami)}"
3535

3636
# If the DSUB_PROVIDER is not set, figure it out from the name of the script.
3737
# If the script name is <test>.<provider>.sh, pull out the provider.

0 commit comments

Comments
 (0)