More CI stupidity
This commit is contained in:
@@ -9,7 +9,7 @@ TEST_CASE("Basic Execution", "[forking_executor]") {
|
|||||||
daggy::executors::task::ForkingTaskExecutor ex(10);
|
daggy::executors::task::ForkingTaskExecutor ex(10);
|
||||||
|
|
||||||
SECTION("Simple Run") {
|
SECTION("Simple Run") {
|
||||||
daggy::Task task{.command{"/bin/echo", "abc", "123"}};
|
daggy::Task task{.command{"/usr/bin/echo", "abc", "123"}};
|
||||||
|
|
||||||
auto rec = ex.runCommand(task);
|
auto rec = ex.runCommand(task);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user