From b24b49d85a741f254cbe42da36e0cb93f0b0b57f Mon Sep 17 00:00:00 2001 From: "zhanyong.wan" Date: Thu, 11 Jun 2009 00:51:14 +0000 Subject: Fixes a typo in run_tests.py and its test (by Vlad Losev). --- run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_tests.py') diff --git a/run_tests.py b/run_tests.py index ab58a825..ed85f786 100755 --- a/run_tests.py +++ b/run_tests.py @@ -191,7 +191,7 @@ class TestRunner(object): if self.subprocess: return self.subprocess.Popen(args).wait() else: - return self.os.spawn(self.os.P_WAIT, args[0], args) + return self.os.spawnv(self.os.P_WAIT, args[0], args) def RunBinaryTest(self, test): """Runs the binary test script given its path relative to the gtest root. -- cgit v1.2.3