diff options
| author | Gunnar Morling <gunnar.morling@googlemail.com> | 2024-01-04 17:22:00 +0100 |
|---|---|---|
| committer | Gunnar Morling <gunnar.morling@googlemail.com> | 2024-01-04 17:22:00 +0100 |
| commit | b6d33fd8fed87abcce911bdda980f0ca2ec31f99 (patch) | |
| tree | 6cb3508ec48e6493b9b3896a71051712a5596a77 /test.sh | |
| parent | a503362c3678f2490073d303750c4f14f1945cf4 (diff) | |
Expanding tests and eval infra
Diffstat (limited to 'test.sh')
| -rwxr-xr-x | test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
