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

pull/1799/merge
Damien George 2016-01-26 21:57:02 +00:00
rodzic e713222fab
commit ac11e89fa3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -8,7 +8,7 @@ try:
except AttributeError:
import sys
print('SKIP')
sys.exit(1)
sys.exit()
print('randrange')
for i in range(50):