summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestRunTest.cxx
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2020-02-21 21:58:08 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2020-02-24 20:44:01 (GMT)
commitf1c34443b7fa828150e4e13b0dea3c5fbd29b6eb (patch)
treec0df7e902631d7fb7105dd653a314ca53ff0a450 /Source/CTest/cmCTestRunTest.cxx
parent1dec35942215817ff2e7535239a89bc239abed16 (diff)
downloadCMake-f1c34443b7fa828150e4e13b0dea3c5fbd29b6eb.zip
CMake-f1c34443b7fa828150e4e13b0dea3c5fbd29b6eb.tar.gz
CMake-f1c34443b7fa828150e4e13b0dea3c5fbd29b6eb.tar.bz2
CTest: Improve error reporting with bad working directory for tests
Diffstat (limited to 'Source/CTest/cmCTestRunTest.cxx')
-rw-r--r--Source/CTest/cmCTestRunTest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestRunTest.cxx b/Source/CTest/cmCTestRunTest.cxx
index f0a3af1..ec54960 100644
--- a/Source/CTest/cmCTestRunTest.cxx
+++ b/Source/CTest/cmCTestRunTest.cxx
@@ -326,7 +326,7 @@ bool cmCTestRunTest::StartAgain(size_t completed)
this->StartFailure("Failed to change working directory to " +
this->TestProperties->Directory + " : " +
std::strerror(workdir.GetLastResult()),
- "Failed to start");
+ "Failed to change working directory");
return true;
}