We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a701f39 commit 8f1fb4cCopy full SHA for 8f1fb4c
run-tests
@@ -10,7 +10,7 @@ packetdrill=/usr/local/bin/packetdrill
10
directory="$1"
11
extension=".pkt"
12
13
-trap clean_up SIGHUP SIGINT SIGTERM
+trap clean_up HUP INT TERM
14
15
clean_up() {
16
echo "Cleaning up"
0 commit comments