Skip to content
Snippets Groups Projects
Commit ac11e89f authored by Damien George's avatar Damien George
Browse files

tests: For urandom test, use sys.exit() instead of sys.exit(1).

parent e713222f
Branches
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ try:
except AttributeError:
import sys
print('SKIP')
sys.exit(1)
sys.exit()
print('randrange')
for i in range(50):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment