Skip to content

Commit

Permalink
test: Try a little harder to kill hung test programs.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Greear <greearb@candelatech.com>
  • Loading branch information
greearb committed Jun 21, 2010
1 parent 8a9e3a6 commit 7c6f654
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xorp/bgp/harness/test_busted
Expand Up @@ -46,6 +46,9 @@ sub fork_sys {
print `ps auxwww|grep test_peer`;
print "\n";
system("killall -s 9 -r runit");
system("killall -s 9 -r test_peer");
system("killall -s 9 -r runit");
system("killall -s 9 -r test_peer");
}
else {
print "ERROR: fork failed in test_busted script!\n";
Expand Down

0 comments on commit 7c6f654

Please sign in to comment.