conduit r1218 - in trunk: . scripts
- From: jstowers svn gnome org
- To: svn-commits-list gnome org
- Subject: conduit r1218 - in trunk: . scripts
- Date: Mon, 14 Jan 2008 22:09:52 +0000 (GMT)
Author: jstowers
Date: Mon Jan 14 22:09:52 2008
New Revision: 1218
URL: http://svn.gnome.org/viewvc/conduit?rev=1218&view=rev
Log:
2008-01-15 John Stowers <john stowers gmail com>
* scripts/continuous-tester.sh: Run scripts with full path
Modified:
trunk/ChangeLog
trunk/scripts/continuous-tester.sh
Modified: trunk/scripts/continuous-tester.sh
==============================================================================
--- trunk/scripts/continuous-tester.sh (original)
+++ trunk/scripts/continuous-tester.sh Mon Jan 14 22:09:52 2008
@@ -59,8 +59,8 @@
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
+ svn up .
+ dbus-launch $TEST_DIR/scripts/run-tests.sh -$TEST_OPTIONS
#Build packages
#./autogen.sh && make && make dist &>/dev/null
@@ -70,8 +70,8 @@
#Build API docs
if [ $DOCS = "yes" ]; then
echo "`date` Building API Docs" | tee -a $LOGFILE
- ./scripts/make-doc.sh --quiet
- ./scripts/upload-doc.sh
+ $TEST_DIR/scripts/make-doc.sh --quiet
+ $TEST_DIR/scripts/upload-doc.sh
fi
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]