Skip to content

Commit

Permalink
Remove debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpittwood committed Jul 19, 2024
1 parent 0e9eada commit b7ede70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workbench-for-google-cloud-workstations/test/run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash
set -x
set -xe

RSW_TIMEOUT=${RSW_TIMEOUT:-60}

touch /tmp/startup.log
trap 'err=$?; echo >&2 "run_tests.sh encountered an error: $err"; cat /tmp/startup.log; ls -ltra /etc/rstudio; exit $err' ERR
trap 'err=$?; echo >&2 "run_tests.sh encountered an error: $err"; cat /tmp/startup.log; exit $err' ERR

# start rstudio-server
echo "--> Starting RStudio Workbench"
Expand Down

0 comments on commit b7ede70

Please sign in to comment.