Skip to content

Commit

Permalink
Updated generator test script
Browse files Browse the repository at this point in the history
  • Loading branch information
jwellbelove committed Nov 23, 2022
1 parent d51b0a8 commit cdf8a36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/generator_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

if all_ok:
print(f"\nAll generator tests passed\n")

if not all_ok:
exit(1)
exit(0)
exit(0)
else:
print(f"\nGenerator tests failed\n")
exit(1)

0 comments on commit cdf8a36

Please sign in to comment.