diff tests/test.sh @ 74:d78c80be335f qt5

Update for Qt5
author Chris Cannam
date Tue, 30 Apr 2013 16:13:56 +0100
parents 9cc5e78dcfbd
children 2633976fbef5
line wrap: on
line diff
--- a/tests/test.sh	Thu Mar 28 14:53:24 2013 +0000
+++ b/tests/test.sh	Tue Apr 30 16:13:56 2013 +0100
@@ -2,6 +2,8 @@
 
 mypath=`dirname $0`
 
+
+
 for x in \
     supportprogs \
     helpfulflags \
@@ -15,7 +17,7 @@
     ; do
 
     echo -n "$x: "
-    if bash $mypath/test-$x.sh; then
+    if ( cd $mypath ; bash ./test-$x.sh ); then
 	echo test succeeded
     else
 	echo "*** Test FAILED"