diff options
Diffstat (limited to '')
-rwxr-xr-x | test/stress_test.sh (renamed from .ci/stress_test.sh) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/stress_test.sh b/test/stress_test.sh index eba52d2..ceac401 100755 --- a/.ci/stress_test.sh +++ b/test/stress_test.sh @@ -16,7 +16,7 @@ readonly script_dir install_dir="$HOME/install" readonly server_path='bin/math-server' readonly client_path='bin/math-client' -readonly stress_test_path="$script_dir/../test/stress_test.py" +readonly stress_test_path="$script_dir/stress_test.py" readonly server_port=16666 server_pid= |