mirror of
https://github.com/nasa/trick.git
synced 2025-06-17 22:58:25 +00:00
Centos8 compat (#908)
make print statements in tests python3 compatible
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
|
||||
exec(open("RUN_test/input.py").read())
|
||||
|
||||
print '\nFinding number of CPUs...'
|
||||
print('\nFinding number of CPUs...')
|
||||
os.system('cat /proc/cpuinfo | grep processor')
|
||||
os.system('cat /proc/cpuinfo | grep processor | wc -l')
|
||||
|
||||
|
Reference in New Issue
Block a user