We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba66f2c commit 223fbadCopy full SHA for 223fbad
tests/test_pe.py
@@ -404,7 +404,7 @@ def my_sandbox(path, rootfs):
404
del ql
405
return True
406
407
- my_sandbox(["../examples/rootfs/x8664_windows/bin/x8664_hello.exe"], "../examples/rootfs/x8664_windows")
+ return my_sandbox(["../examples/rootfs/x8664_windows/bin/x8664_hello.exe"], "../examples/rootfs/x8664_windows")
408
409
self.assertTrue(QLWinSingleTest(_t).run())
410
0 commit comments