We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c98bf commit b101d8aCopy full SHA for b101d8a
test/integration/test_setup.sh
@@ -31,7 +31,7 @@
31
# with DSUB_PROVIDER-specific default parameters set.
32
33
# Set default USER if not already set (needed for Jupyterlab/Docker environments)
34
-export USER="${USER:-jupyter}"
+export USER="${USER:-$(whoami)}"
35
36
# If the DSUB_PROVIDER is not set, figure it out from the name of the script.
37
# If the script name is <test>.<provider>.sh, pull out the provider.
0 commit comments