diff options
Diffstat (limited to 'testing/docker/desktop1604-test/taskcluster-interactive-shell')
-rw-r--r-- | testing/docker/desktop1604-test/taskcluster-interactive-shell | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/docker/desktop1604-test/taskcluster-interactive-shell b/testing/docker/desktop1604-test/taskcluster-interactive-shell new file mode 100644 index 000000000..e569b40d3 --- /dev/null +++ b/testing/docker/desktop1604-test/taskcluster-interactive-shell @@ -0,0 +1,10 @@ +#!/usr/bin/env bash +/home/worker/bin/run-wizard; + +SPAWN="$SHELL"; + +if [ "$SHELL" = "bash" ]; then + SPAWN="bash -li"; +fi; + +exec $SPAWN; |