tests: For urandom test, use sys.exit() instead of sys.exit(1).
This commit is contained in:
parent
e713222fab
commit
ac11e89fa3
@ -8,7 +8,7 @@ try:
|
|||||||
except AttributeError:
|
except AttributeError:
|
||||||
import sys
|
import sys
|
||||||
print('SKIP')
|
print('SKIP')
|
||||||
sys.exit(1)
|
sys.exit()
|
||||||
|
|
||||||
print('randrange')
|
print('randrange')
|
||||||
for i in range(50):
|
for i in range(50):
|
||||||
|
Loading…
Reference in New Issue
Block a user