Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. test_static2.test ... ** found 14 names
  2. * elf loaded
  3. * static found 4 functions
  4. ok
  5.  
  6. ======================================================================
  7. ERROR: test_qira_program_runs.test
  8. ----------------------------------------------------------------------
  9. Traceback (most recent call last):
  10. File "/home/hp/Desktop/qira/venv/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
  11. self.test(*self.arg)
  12. File "/home/hp/Desktop/qira/qira_tests/test_qira_program_runs.py", line 8, in test
  13. program.execqira(shouldfork=True)
  14. File "middleware/qira_program.py", line 393, in execqira
  15. exit(-1)
  16. File "/home/hp/Desktop/qira/venv/lib/python2.7/site.py", line 398, in _call_
  17. raise SystemExit(code)
  18. SystemExit: -1
  19.  
  20. ----------------------------------------------------------------------
  21. Ran 3 tests in 1.185s
  22.  
  23. FAILED (errors=1)
  24. making systemwide symlink
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement