Commit ac11e89f authored by Damien George's avatar Damien George

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

parent e713222f
......@@ -8,7 +8,7 @@ try:
except AttributeError:
import sys
print('SKIP')
sys.exit(1)
sys.exit()
print('randrange')
for i in range(50):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment