mirror of
https://github.com/geohot/qira
synced 2025-03-30 02:43:08 +03:00
print from tests, segfaults in travis-ci
This commit is contained in:
parent
ff8a37b286
commit
67e922e6dd
@ -34,7 +34,7 @@ def test():
|
||||
|
||||
# fetch registers
|
||||
ret = t.fetch_registers(113)
|
||||
print("fetch regs:",map(hex, ret))
|
||||
print("fetch regs:",list(map(hex, ret)))
|
||||
assert len(ret) == 9
|
||||
assert ret[8] == 0x80484d1
|
||||
assert ret[4] == 0xf6ffef00
|
||||
|
@ -10,7 +10,7 @@ if [ "$1" == "distrib" ] ; then
|
||||
fi
|
||||
|
||||
source venv/bin/activate
|
||||
nosetests -v
|
||||
nosetests -v -s
|
||||
|
||||
# integration test
|
||||
qira qira_tests/bin/loop &
|
||||
|
Loading…
x
Reference in New Issue
Block a user