From b6d33fd8fed87abcce911bdda980f0ca2ec31f99 Mon Sep 17 00:00:00 2001 From: Gunnar Morling Date: Thu, 4 Jan 2024 17:22:00 +0100 Subject: Expanding tests and eval infra --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.sh') diff --git a/test.sh b/test.sh index 8119e70..16308ba 100755 --- a/test.sh +++ b/test.sh @@ -31,6 +31,6 @@ do rm -f measurements.txt ln -s $sample measurements.txt - diff <(./calculate_average.sh) ${sample%.txt}.out + diff <("./calculate_average_$1.sh") ${sample%.txt}.out done rm measurements.txt -- cgit v1.2.3