From 1deb64f0a7df68f1c9509ef5f1038c60d97f0eee Mon Sep 17 00:00:00 2001 From: Tomasz Sobczyk Date: Sun, 15 Aug 2021 21:50:21 +0200 Subject: [PATCH] Fix instrumentation --- tests/instrumented.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/instrumented.sh b/tests/instrumented.sh index 62e31d46..545fb1c0 100755 --- a/tests/instrumented.sh +++ b/tests/instrumented.sh @@ -192,7 +192,7 @@ cat << EOF > data_generation02.exp exit \$value EOF -for exp in game.exp data_generation01.exe data_generation02.exp +for exp in game.exp data_generation01.exp data_generation02.exp do echo "$prefix expect $exp $postfix"