]> O.S.I.I.S - jp/vkvg.git/commitdiff
update batchTest
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 26 May 2022 11:56:39 +0000 (13:56 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 26 May 2022 11:56:39 +0000 (13:56 +0200)
scripts/batchTests.sh

index b7c8d029631a8ac7d62f6c138091735a760749a8..c49da37074f27413910213a11662c981b9769732 100755 (executable)
@@ -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