Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests fail: 'module' object has no attribute 'getstatusoutput' #83

Open
jbicha opened this issue May 25, 2017 · 0 comments
Open

Tests fail: 'module' object has no attribute 'getstatusoutput' #83

jbicha opened this issue May 25, 2017 · 0 comments

Comments

@jbicha
Copy link

jbicha commented May 25, 2017

I tried running the tests as I built lohit-assamese 2.91.5 on Ubuntu 17.10 Alpha.

	make -j1 test
make[2]: Entering directory '/<<PKGBUILDDIR>>'
----------Testing actual-output with expected-output----------
fontforge -lang=py -script auto_test.py std-test-out.txt Lohit-Assamese.ttf
Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 with many parts BSD <http://fontforge.org/license.html>. Please read LICENSE.
 Based on sources from 20170106-ML-D.
 Based on source from git with hash: 
Cannot find your hotkey definition file!
Traceback (most recent call last):
  File "auto_test.py", line 52, in <module>
    auto_test(txt_file,font_file)
  File "auto_test.py", line 32, in auto_test
    status, output = subprocess.getstatusoutput("hb-shape %s %s"%(ttf_file,words[0]))
AttributeError: 'module' object has no attribute 'getstatusoutput'
Makefile:5: recipe for target 'test' failed
make[2]: *** [test] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant