Skip to content

Commit

Permalink
Updating Autobahn commands after testing on OS X
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
  • Loading branch information
Jack R. Dunaway authored and sustrik committed Nov 15, 2014
1 parent 9a4697a commit 656197d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/websocket_stress.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ static void nn_ws_launch_fuzzing_client (NN_UNUSED void)
"--spec=fuzzingclient.json");
#else
rc = system (
"start wstest "
"wstest "
"--mode=fuzzingclient "
"--spec=fuzzingclient.json &");
#endif
Expand Down Expand Up @@ -152,7 +152,7 @@ static void nn_ws_kill_autobahn (NN_UNUSED void)
#if defined NN_HAVE_WINDOWS
rc = system ("taskkill /IM wstest.exe");
#else
rc = system ("pkill wstest");
rc = system ("pkill Python");
#endif
nn_assert (rc == 0);
}
Expand Down

0 comments on commit 656197d

Please sign in to comment.