Fixed multirequest.sh script for when nohup.out does not exist.

pull/8969/head
Joshua Haberman 3 years ago
parent 66a3e1a670
commit 26e0ee8eec
  1. 2
      php/tests/multirequest.sh

@ -32,7 +32,7 @@ run_test() {
export ZEND_DONT_UNLOAD_MODULES=1
export USE_ZEND_ALLOC=0
rm nohup.out
rm -f nohup.out
nohup $RUN_UNDER php $ARGS $EXTRA_ARGS -S localhost:$PORT multirequest.php >nohup.out 2>&1 &
PID=$!

Loading…
Cancel
Save