mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 03:05:29 -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
|
||||
echo "success"
|
||||
|
||||
if [ -x ./sse_server_domains.exe ]; then
|
||||
if [ -f ./sse_server_domains.exe ]; then
|
||||
./sse_server_domains.exe -p $PORT &
|
||||
PID=$!
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue