Skip to content
Snippets Groups Projects
Commit fddce036 authored by Eric Cano's avatar Eric Cano
Browse files

Fixed missing adaptation of systemtest after changing error message.

parent 6f1029ad
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ TEST(cta_taped, InvocationTests) {
ctaConf.stringAppend(tpConfig.path());
cta::threading::SubProcess spNoDrive("cta-taped", std::list<std::string>({"cta-taped", "-f", "-s", "-c", ctaConf.path()}));
spNoDrive.wait();
ASSERT_NE(std::string::npos, spNoDrive.stdout().find("MSG=\"Aborting\" Message=\"No drive found in configuration\""));
ASSERT_NE(std::string::npos, spNoDrive.stdout().find("MSG=\"Aborting cta-taped on uncaught exception. Stack trace follows.\" Message=\"No drive found in configuration\""));
ASSERT_TRUE(spNoDrive.stderr().empty());
ASSERT_EQ(EXIT_FAILURE, spNoDrive.exitValue());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment