diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-04 23:12:52 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-04 23:12:52 +0300 |
commit | 66c81591eb9480c3fb20818441dced608f07ca7c (patch) | |
tree | 1a7ea3a5c2bf25e728806680a98a2451692725a4 | |
parent | update cmake-common (diff) | |
download | math-server-66c81591eb9480c3fb20818441dced608f07ca7c.tar.gz math-server-66c81591eb9480c3fb20818441dced608f07ca7c.zip |
stress_test.sh: fix a typo
-rwxr-xr-x | test/stress_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stress_test.sh b/test/stress_test.sh index ceac401..92187ae 100755 --- a/test/stress_test.sh +++ b/test/stress_test.sh @@ -39,7 +39,7 @@ run_server() { dump "Running the server..." "$install_dir/$server_path" --port "$server_port" & server_pid="$!" - dump "It's PID is $server_pid" + dump "Its PID is $server_pid" trap kill_server EXIT } |