diff options
Diffstat (limited to 'test/KeyboardInterrupt.py')
-rw-r--r-- | test/KeyboardInterrupt.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/KeyboardInterrupt.py b/test/KeyboardInterrupt.py index 5a06119..d5010dd 100644 --- a/test/KeyboardInterrupt.py +++ b/test/KeyboardInterrupt.py @@ -114,3 +114,5 @@ for i in range(2): runtest('-j16 --random') runtest('-j32 --random') runtest('-j64 --random') + +test.pass_test() |