vala-tests r44 - trunk/tests/examples



Author: juergbi
Date: Sat Oct 25 06:33:47 2008
New Revision: 44
URL: http://svn.gnome.org/viewvc/vala-tests?rev=44&view=rev

Log:
Don't run bluez-dbus-sample, not standalone test case


Modified:
   trunk/tests/examples/bluez-dbus-sample.test
   trunk/tests/examples/update.sh

Modified: trunk/tests/examples/bluez-dbus-sample.test
==============================================================================
--- trunk/tests/examples/bluez-dbus-sample.test	(original)
+++ trunk/tests/examples/bluez-dbus-sample.test	Sat Oct 25 06:33:47 2008
@@ -21,7 +21,7 @@
 
 $VALAC  --pkg dbus-glib-1 -o $TESTNAME $SRCDIR/$TESTNAME.vala  $VALAFLAGS
 
-if [ "x1" = "x1" -o "x$INTERACT" = "x1" ] ; then
+if [ "x0" = "x1" -o "x$INTERACT" = "x1" ] ; then
   ./$TESTNAME  $@
 else
   echo ""

Modified: trunk/tests/examples/update.sh
==============================================================================
--- trunk/tests/examples/update.sh	(original)
+++ trunk/tests/examples/update.sh	Sat Oct 25 06:33:47 2008
@@ -2,6 +2,7 @@
 
 interactive="
 async-gio
+bluez-dbus-sample
 cairo
 dbus-sample
 dbus-server-sample
@@ -110,4 +111,4 @@
 
 rm -f $test
 
-done
\ No newline at end of file
+done



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]