diff options
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r-- | Source/ctest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx index 563d28a..7ff80ba 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -211,7 +211,7 @@ void ctest::ProcessDirectory(int &passed, std::vector<std::string> &failed) std::string output; int retVal; if (!cmSystemTools::RunCommand(testCommand.c_str(), output, - retVal, false) || retVal != 0) + retVal, 0, false) || retVal != 0) { fprintf(stderr,"***Failed\n"); if (output != "") |