From 89a7f2a4590f278a35922f59d0e97201beef7b5b Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Tue, 14 Aug 2012 00:50:22 +0200 Subject: [PATCH] Unit tests - run_all should also look for *.t.exe files on cygwin --- test/run_all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_all b/test/run_all index ee19fe2e8..230c82e5a 100755 --- a/test/run_all +++ b/test/run_all @@ -12,7 +12,7 @@ if [ -x $VRAMSTEG ]; then START=$($VRAMSTEG --now) fi -for i in *.t +for i in *.t *.t.exe do echo '#' $i >>all.log