conduit r1216 - in trunk: . scripts tools



Author: jstowers
Date: Mon Jan 14 14:33:33 2008
New Revision: 1216
URL: http://svn.gnome.org/viewvc/conduit?rev=1216&view=rev

Log:
2008-01-15  John Stowers  <john stowers gmail com>

	* scripts/continuous-tester.sh: Enalbe code coverage and remember to svn up

	* scripts/run-tests.sh: Add timestamp to test results

	* tools/conduit-client: Fix typo in help



Modified:
   trunk/ChangeLog
   trunk/scripts/continuous-tester.sh
   trunk/scripts/run-tests.sh
   trunk/tools/conduit-client

Modified: trunk/scripts/continuous-tester.sh
==============================================================================
--- trunk/scripts/continuous-tester.sh	(original)
+++ trunk/scripts/continuous-tester.sh	Mon Jan 14 14:33:33 2008
@@ -3,7 +3,7 @@
 TEST_DIR='/tmp/conduittestdir'
 LOGFILE='/home/john/Desktop/conduit-test.log'
 SVN_REPO='http://svn.gnome.org/svn/conduit/trunk'
-TEST_OPTIONS=''
+TEST_OPTIONS='cu'
 SLEEP_TIME='1h'
 
 ME=`basename $0`
@@ -57,6 +57,7 @@
         echo "`date` Running Test (Revision $LVERSION)" | tee -a $LOGFILE
         #Run tests (dbus-launch sets a private session bus incase we are
         #being run from a VT
+        svn up . &>>$LOGFILE
         dbus-launch ./scripts/run-tests.sh -$TEST_OPTIONS &>>$LOGFILE
         
         #Build packages

Modified: trunk/scripts/run-tests.sh
==============================================================================
--- trunk/scripts/run-tests.sh	(original)
+++ trunk/scripts/run-tests.sh	Mon Jan 14 14:33:33 2008
@@ -115,7 +115,7 @@
 fi
 
 #-------------------------------------------------------------------------------
-HEADER="<html><head><title>Conduit Test Results</title></head><body>"
+HEADER="<html><head><title>Conduit Test Results (`date`)</title></head><body>"
 STYLE="<style type=\"text/css\"> pre.abort { background-color: #f99; } pre.fail { background-color: #fcc; } pre.normal { background-color: white; } pre.skip { color: #999; }</style>"
 FOOTER="</body></html>"
 

Modified: trunk/tools/conduit-client
==============================================================================
--- trunk/tools/conduit-client	(original)
+++ trunk/tools/conduit-client	Mon Jan 14 14:33:33 2008
@@ -100,7 +100,8 @@
             "Usage:\n\n" + \
             "conduit-client -s SinkName [OPTIONS] files...\n\n" + \
             "Options:\n\n" + \
-            "   -c, --sink-configuration    Display Help\n" + \
+            "   -h, --help                  Display Help\n" + \
+            "   -c, --sink-configuration    XML Configuration for the sink\n" + \
             "   -k, --keep                  Dont delete conduit after sync\n" + \
             "   -l, --list-dataproviders    List available dataprovders\n" + \
             "   -x, --dont-start            Dont start conduit (must be running)\n" + \



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