Fix travis jython simulation to only run the working test case

This commit is contained in:
baztian
2015-02-07 21:06:38 +01:00
parent de360ebc05
commit 5a1b68f211
+1 -1
View File
@@ -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