[Debian-l10n-commits] r1160 - in /ddtp-dinstall/trunk: Changelog tests/testsuite.sh

nekral-guest at users.alioth.debian.org nekral-guest at users.alioth.debian.org
Sun Aug 10 21:52:15 UTC 2008


Author: nekral-guest
Date: Sun Aug 10 21:52:15 2008
New Revision: 1160

URL: http://svn.debian.org/wsvn/?sc=1&rev=1160
Log:
	* tests/testsuite.sh: Updated testsuite script for the new
	repository layout.

Modified:
    ddtp-dinstall/trunk/Changelog
    ddtp-dinstall/trunk/tests/testsuite.sh

Modified: ddtp-dinstall/trunk/Changelog
URL: http://svn.debian.org/wsvn/ddtp-dinstall/trunk/Changelog?rev=1160&op=diff
==============================================================================
--- ddtp-dinstall/trunk/Changelog (original)
+++ ddtp-dinstall/trunk/Changelog Sun Aug 10 21:52:15 2008
@@ -1,3 +1,8 @@
+2008-08-10  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* tests/testsuite.sh: Updated testsuite script for the new
+	repository layout.
+
 2008-08-09  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* checks: ddtp_i18n_check.sh moved to the checks/ directory

Modified: ddtp-dinstall/trunk/tests/testsuite.sh
URL: http://svn.debian.org/wsvn/ddtp-dinstall/trunk/tests/testsuite.sh?rev=1160&op=diff
==============================================================================
--- ddtp-dinstall/trunk/tests/testsuite.sh (original)
+++ ddtp-dinstall/trunk/tests/testsuite.sh Sun Aug 10 21:52:15 2008
@@ -14,7 +14,7 @@
 set -eu
 
 TESTSUITE_DIR="./testsuite"
-CHECK_SCRIPT="./ddtp_i18n_check.sh"
+CHECK_SCRIPT="../checks/ddtp_i18n_check.sh"
 
 if [ ! -d $TESTSUITE_DIR ]; then
 	echo "The testsuite directory '$TESTSUITE_DIR' is not a directory" >&2




More information about the Debian-l10n-commits mailing list