Skip to content

Commit

Permalink
ensure watch_valgrind exits with an interrupt
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-taylor committed Jul 10, 2019
1 parent 908524f commit 099db54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions watch_valgrind.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ def watch_valgrind():
sys.exit(0)

if __name__ == '__main__':
signal.signal(signal.SIGINT, lambda signum, frame: sys.exit(1))
watch_valgrind()

0 comments on commit 099db54

Please sign in to comment.