[liblouis-liblouisxml] [liblouisutdml] push by bertfrees - Fix run_test_suite.sh... on 2014-06-06 09:06 GMT

  • From: liblouisutdml@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Fri, 06 Jun 2014 09:06:42 +0000

Revision: c452b626ba34
Branch:   default
Author:   Bert Frees <bertfrees@xxxxxxxxx>
Date:     Fri Jun  6 09:05:49 2014 UTC
Log:      Fix run_test_suite.sh

TESTS_DIR not set correctly
http://code.google.com/p/liblouisutdml/source/detail?r=c452b626ba34

Modified:
 /tests/run_test_suite.sh

=======================================
--- /tests/run_test_suite.sh    Wed Apr  2 12:38:10 2014 UTC
+++ /tests/run_test_suite.sh    Fri Jun  6 09:05:49 2014 UTC
@@ -33,10 +33,8 @@
 xfail=0
 xpass=0

-if [ -n "$TESTS_DIR" ]; then
-    TESTS_DIR=$(cd $(dirname "$0"); pwd)
-    cd "$TESTS_DIR"
-fi
+TESTS_DIR=$(cd $(dirname "$0"); pwd)
+cd "$TESTS_DIR"

 # Create a temporary directory $tmp_dir in $TMPDIR (default /tmp).
 : ${TMPDIR=/tmp}
For a description of the software, to download it and links to
project pages go to http://www.abilitiessoft.com

Other related posts: