Advertisement
n0nick

Untitled

Jun 28th, 2011
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. $ sh regression-tests.sh
  2.  
  3. /Library/Python/2.6/site-packages/matplotlib-0.91.1-py2.6-macosx-10.6-universal.egg/matplotlib/__init__.py:62: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  4. import md5, os, re, shutil, sys, warnings
  5. /Library/Python/2.6/site-packages/matplotlib-0.91.1-py2.6-macosx-10.6-universal.egg/pytz/tzinfo.py:5: DeprecationWarning: the sets module is deprecated
  6. from sets import Set
  7.  
  8. Now testing: mt
  9. mt-he Ktieb.
  10. WORKS ספר.
  11.  
  12. mt-he Kotba.
  13. - ספרים.
  14. + #ספר.
  15.  
  16. mt-he Reliġjon
  17. WORKS דת
  18.  
  19. mt-he Ir-reliġjon.
  20. WORKS הדת.
  21.  
  22. mt-he Iddeċidejna.
  23. WORKS החלטנו.
  24.  
  25. mt-he Ktibna.
  26. WORKS כתבנו.
  27.  
  28.  
  29. Passes: 5/6, Success rate: 83.33%
  30.  
  31. Traceback (most recent call last):
  32. File "/usr/local/bin/aq-regtest", line 5, in <module>
  33. pkg_resources.run_script('apertium-quality==0.0', 'aq-regtest')
  34. File "/Library/Python/2.6/site-packages/distribute-0.6.15-py2.6.egg/pkg_resources.py", line 467, in run_script
  35. self.require(requires)[0].run_script(script_name, ns)
  36. File "/Library/Python/2.6/site-packages/distribute-0.6.15-py2.6.egg/pkg_resources.py", line 1200, in run_script
  37. execfile(script_filename, namespace, namespace)
  38. File "/Library/Python/2.6/site-packages/apertium_quality-0.0-py2.6.egg/EGG-INFO/scripts/aq-regtest", line 3, in <module>
  39. main()
  40. File "/Library/Python/2.6/site-packages/apertium_quality-0.0-py2.6.egg/apertium_quality/frontend/regression_tester.py", line 44, in main
  41. ui.start()
  42. File "/Library/Python/2.6/site-packages/apertium_quality-0.0-py2.6.egg/apertium_quality/frontend/regression_tester.py", line 38, in start
  43. stats.add_regression(title, rev, self.test.passes, self.test.total, self.test.get_total_percent())
  44. File "/Library/Python/2.6/site-packages/apertium_quality-0.0-py2.6.egg/apertium_quality/__init__.py", line 288, in add_regression
  45. s['revision'] = str(revision)
  46. TypeError: sequence index must be integer, not 'str'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement