diff options
Diffstat (limited to '')
-rw-r--r-- | .ci/.gitattributes | 1 | ||||
-rwxr-xr-x | test/stress_test.sh (renamed from .ci/stress_test.sh) | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.ci/.gitattributes b/.ci/.gitattributes deleted file mode 100644 index dfdb8b7..0000000 --- a/.ci/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.sh text eol=lf 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= |