mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-08 12:15:41 -05:00
got problem with -x in run_test.sh ?
This commit is contained in:
parent
b8dbf397b7
commit
1435d6b511
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ sleep 0.1
|
||||||
kill $PID
|
kill $PID
|
||||||
echo "success"
|
echo "success"
|
||||||
|
|
||||||
if [ -x ./sse_server_domains.exe ]; then
|
if [ -f ./sse_server_domains.exe ]; then
|
||||||
./sse_server_domains.exe -p $PORT &
|
./sse_server_domains.exe -p $PORT &
|
||||||
PID=$!
|
PID=$!
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue