Skip to content

Commit

Permalink
Fixed multirequest.sh script for when nohup.out does not exist.
Browse files Browse the repository at this point in the history
  • Loading branch information
haberman committed Sep 11, 2021
1 parent 66a3e1a commit 26e0ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/tests/multirequest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=$!

Expand Down

0 comments on commit 26e0ee8

Please sign in to comment.