test-suite/start-test-suite.sh
changeset 644 5ab0dc95fddf
parent 642 5d037d947cd6
parent 641 8f7dafe42d15
equal deleted inserted replaced
643:17d1d9572ff0 644:5ab0dc95fddf
   100 echo "$KARMA start $@"
   100 echo "$KARMA start $@"
   101 "$KARMA" start $@
   101 "$KARMA" start $@
   102 
   102 
   103 
   103 
   104 if [ -z "$TESTSERVER_STARTED" ]; then
   104 if [ -z "$TESTSERVER_STARTED" ]; then
   105     read -p "Keep testserver (PID $TESTSERVER_PID) running ? (y/N)" -n 1 -r -t 5
   105     read -p "Keep testserver (PID $TESTSERVER_PID) running? (y/N) " -n 1 -r -t 5
   106     echo    # (optional) move to a new line
   106     echo    # (optional) move to a new line
   107     
   107     
   108     if [[ $REPLY =~ ^[Yy]$ ]]; then
   108     if [[ $REPLY =~ ^[Yy]$ ]]; then
   109     	exit 0
   109     	exit 0
   110     fi
   110     fi