nixos/tests/benchexec: disable container mode

This commit is contained in:
Eric Rodrigues Pires
2026-05-05 11:44:03 -03:00
parent 3ded495ca0
commit 84e4400c01

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")