aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-10-04 23:12:52 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-10-04 23:12:52 +0300
commit66c81591eb9480c3fb20818441dced608f07ca7c (patch)
tree1a7ea3a5c2bf25e728806680a98a2451692725a4
parentupdate cmake-common (diff)
downloadmath-server-66c81591eb9480c3fb20818441dced608f07ca7c.tar.gz
math-server-66c81591eb9480c3fb20818441dced608f07ca7c.zip
stress_test.sh: fix a typo
Diffstat (limited to '')
-rwxr-xr-xtest/stress_test.sh2
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
}