From 5a1b68f2115a0e80aa12813fc8db054f11071170 Mon Sep 17 00:00:00 2001 From: baztian Date: Sat, 7 Feb 2015 21:06:38 +0100 Subject: [PATCH] Fix travis jython simulation to only run the working test case --- ci/simulate_travis_jython.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/simulate_travis_jython.sh b/ci/simulate_travis_jython.sh index 18fed01..ddce880 100755 --- a/ci/simulate_travis_jython.sh +++ b/ci/simulate_travis_jython.sh @@ -41,7 +41,7 @@ jip install org.xerial:sqlite-jdbc:3.7.2 jip install org.hsqldb:hsqldb:1.8.0.10 export CLASSPATH=$VIRTUAL_ENV/javalib/* -python test/testsuite.py +python test/testsuite.py test_integration.HsqldbTest echo Remove ${HOME}? read