- More fixes for CI failing tests
This commit is contained in:
@@ -14,7 +14,7 @@ TEST_CASE("Basic Execution", "[forking_executor]") {
|
|||||||
auto rec = ex.runCommand(task);
|
auto rec = ex.runCommand(task);
|
||||||
|
|
||||||
REQUIRE(rec.rc == 0);
|
REQUIRE(rec.rc == 0);
|
||||||
REQUIRE(rec.outputLog == "abc 123\n");
|
REQUIRE(rec.outputLog.find("abc 123") != std::string::npos);
|
||||||
REQUIRE(rec.errorLog.empty());
|
REQUIRE(rec.errorLog.empty());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user