From e25be589a26e5bacb0a0c53fda6056b3a45ad103 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Thu, 26 May 2022 13:56:39 +0200 Subject: [PATCH] update batchTest --- scripts/batchTests.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/batchTests.sh b/scripts/batchTests.sh index b7c8d02..c49da37 100755 --- a/scripts/batchTests.sh +++ b/scripts/batchTests.sh @@ -52,13 +52,10 @@ logfile="$logdir/log-$today.txt" git log -n 1 --pretty=format:'%h %d %s%n%n' > $logfile -files=( test_* ) -./"${files[0]}" -p >> $logfile - echo "__________________________________________________________________________________________________________" >> $logfile echo "| N° | Test File Name | Sub Test | Iter | Size | FPS | Average | Median | Sigma |" >> $logfile echo "|----|-----------------|---------------------------|------|------|---------|---------|---------|---------|" >> $logfile -for file in test_* +for file in * do if [[ -x "$file" ]] then -- 2.47.3