aboutsummaryrefslogtreecommitdiffstats
path: root/check-relaxng-test-suite.py
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2008-01-11 07:19:24 +0000
committerDaniel Veillard <veillard@src.gnome.org>2008-01-11 07:19:24 +0000
commit9ebb6322386d77acfb78f4068449956b44cdf81a (patch)
tree7769d64933d620280d7c7cfd0d2e168dc628364c /check-relaxng-test-suite.py
parent5608b174b76eea342a85595f7cb4b23de6a7d4ad (diff)
downloadandroid_external_libxml2-9ebb6322386d77acfb78f4068449956b44cdf81a.tar.gz
android_external_libxml2-9ebb6322386d77acfb78f4068449956b44cdf81a.tar.bz2
android_external_libxml2-9ebb6322386d77acfb78f4068449956b44cdf81a.zip
patches from John Carr to start cleaning up 'make diskcheck' problems c.f.
* check-relaxng-test-suite2.py check-relaxng-test-suite.py Makefile.am python/tests/Makefile.am python/Makefile.am check-xsddata-test-suite.py: patches from John Carr to start cleaning up 'make diskcheck' problems c.f. #506228 Daniel svn path=/trunk/; revision=3674
Diffstat (limited to 'check-relaxng-test-suite.py')
-rwxr-xr-xcheck-relaxng-test-suite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check-relaxng-test-suite.py b/check-relaxng-test-suite.py
index e4dc6347..f4a5a69a 100755
--- a/check-relaxng-test-suite.py
+++ b/check-relaxng-test-suite.py
@@ -16,7 +16,7 @@ quiet = 1
#
# the testsuite description
#
-CONF="test/relaxng/OASIS/spectest.xml"
+CONF=os.path.join(os.path.dirname(__file__), "test/relaxng/OASIS/spectest.xml")
LOG="check-relaxng-test-suite.log"
RES="relaxng-test-results.xml"