Skip to content

Commit

Permalink
Fixes exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
Tingan Ho committed Aug 20, 2017
1 parent 33fc760 commit 76a847b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Program/ExtensionTestRunner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ int child;
void kill_all_processes(int signum) {
kill(child, SIGTERM);
unlink("/tmp/l10ns.sock");
exit(signum);
}

size_t write_data(void *buffer, size_t size, size_t nmemb, void *userp) {
Expand Down

0 comments on commit 76a847b

Please sign in to comment.