tests/run-tests.py
changeset 39663 b6fa1f628bbe
parent 39647 543a788eea2d
child 39706 030d558c6456
--- a/tests/run-tests.py	Sat Sep 15 13:31:41 2018 -0400
+++ b/tests/run-tests.py	Sun Sep 16 23:13:05 2018 -0400
@@ -2976,7 +2976,7 @@
         makedirs(self._bindir)
 
         vlog("# Running", cmd)
-        if os.system(cmd) == 0:
+        if os.system(_strpath(cmd)) == 0:
             if not self.options.verbose:
                 try:
                     os.remove(installerrs)