diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-08-31 15:04:16 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-08-31 15:19:11 +0300 |
commit | 47119e285dfb4f2486a471f9b8c8714952acefea (patch) | |
tree | 0abb56f6e3a81420b218ade7df05606b21f67dc2 /test | |
parent | Travis: stress_test.sh: prepare to move to test/ (diff) | |
download | math-server-47119e285dfb4f2486a471f9b8c8714952acefea.tar.gz math-server-47119e285dfb4f2486a471f9b8c8714952acefea.zip |
stress_test.sh: move to test/
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= |