From aeee667526ded28f7445de765ee6626a638aecba Mon Sep 17 00:00:00 2001 From: Baruta Daniel Mihail <baruta.mihai@yahoo.com> Date: Wed, 17 Aug 2022 18:09:48 +0200 Subject: [PATCH] Update test 1 --- checker/checker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checker/checker.sh b/checker/checker.sh index d99f5e9..dfe09fc 100755 --- a/checker/checker.sh +++ b/checker/checker.sh @@ -15,7 +15,7 @@ test_err() local temp_output='' temp_output="$(mktemp)" - timeout "$TIMEOUT_DURATION" xargs -a ./input/input1 -0 -I{} bash -c "$EXECUTABLE {} > $temp_output 2>&1" + timeout "$TIMEOUT_DURATION" bash -c "$EXECUTABLE {} > $temp_output 2>&1" diff -Zq "$temp_output" "./references/ref1" > /dev/null 2>&1 return $? -- GitLab