Skip to content

Commit

Permalink
Add debugging output on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
etan-status committed Oct 28, 2024
1 parent 9fd8d37 commit 5d1a5de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions confutils.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ task test, "Run all tests":
echo " [OK] tests/cli_example.nim"
else:
echo " [FAILED] tests/cli_example.nim"
echo actualOutput
quit(QuitFailure)

0 comments on commit 5d1a5de

Please sign in to comment.