aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-02-27 12:22:59 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-02-27 12:47:33 -0800
commit0a42984265e281db88521c8f5adce1558ededa66 (patch)
tree4f6f68f2b12340797b15f865868142473aab9361
parentf9554664570205c2a0c813f9d46ac8814b999bc3 (diff)
improve other.test_os_oz
-rw-r--r--tests/test_other.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_other.py b/tests/test_other.py
index 81e8f05c..d12374dd 100644
--- a/tests/test_other.py
+++ b/tests/test_other.py
@@ -2442,6 +2442,7 @@ int main(int argc, char **argv) {
print args, expect
output, err = Popen([PYTHON, EMCC, path_from_root('tests', 'hello_world.cpp')] + args, stdout=PIPE, stderr=PIPE).communicate()
self.assertContained(expect, err)
+ self.assertContained('hello, world!', run_js('a.out.js'))
finally:
del os.environ['EMCC_DEBUG']