Skip to content

Commit

Permalink
Fix unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
Blanca-Fuentes committed Jan 17, 2025
1 parent 460ad1d commit 3396ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def test_check_kbd_interrupt(run_reframe):
)
assert 'Traceback' not in stdout
assert 'Traceback' not in stderr
assert 'FAILED' in stdout
assert 'ABORTED' in stdout
assert returncode != 0


Expand Down

0 comments on commit 3396ead

Please sign in to comment.