diff --git a/recipes/groups/auto-test/auto-test.ion b/recipes/groups/auto-test/auto-test.ion index 58fb4e09b..42a188d2e 100644 --- a/recipes/groups/auto-test/auto-test.ion +++ b/recipes/groups/auto-test/auto-test.ion @@ -1,6 +1,5 @@ #!/usr/bin/env ion export RUST_BACKTRACE=full -cd /home/user/acid -cargo test -bash /root/relibc-tests/run.sh -os-test-runner \ No newline at end of file +acid-runner +relibc-tests-runner +os-test-runner diff --git a/recipes/tests/acid/recipe.toml b/recipes/tests/acid/recipe.toml index 831335255..54106685e 100644 --- a/recipes/tests/acid/recipe.toml +++ b/recipes/tests/acid/recipe.toml @@ -8,6 +8,18 @@ template = "custom" script = """ mkdir -pv "${COOKBOOK_STAGE}/home/user/acid" cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}/home/user/acid" + +# Create runner script +mkdir -p "${COOKBOOK_STAGE}/usr/bin" +cat > "${COOKBOOK_STAGE}/usr/bin/acid-runner" < "${COOKBOOK_STAGE}/usr/bin/os-test-runner" < "${COOKBOOK_STAGE}/usr/bin/relibc-tests-runner" <