nixos/tests/benchexec: disable container mode (#516890)

This commit is contained in:
Sandro
2026-05-13 20:45:14 +00:00
committed by GitHub
+2 -1
View File
@@ -43,7 +43,8 @@ in
--debug \
--read-only-dir / \
--hidden-dir /home \
'${test}' \
--no-container \
-- '${test}' \
'''')
benchexec.succeed("grep -s '${echo}' ${wd}/output.log")
benchexec.succeed("test \"$(grep -Ec '((start|wall|cpu)time|memory)=' ${stdout})\" = 4")