run-e2e.sh 209 B

12345
  1. #!/bin/bash
  2. # Trick to get the galata test outputs writable on the host
  3. umask 0000
  4. # Wait for jupyterlab container to be ready
  5. /opt/galata/wait-for-it.sh ${SERVER_URL} --strict --timeout=${TIMEOUT:-120} -- $*