Fix travis jython simulation to only run the working test case

master
baztian 2015-02-07 21:06:38 +01:00
parent de360ebc05
commit 5a1b68f211
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ jip install org.xerial:sqlite-jdbc:3.7.2
jip install org.hsqldb:hsqldb:1.8.0.10 jip install org.hsqldb:hsqldb:1.8.0.10
export CLASSPATH=$VIRTUAL_ENV/javalib/* export CLASSPATH=$VIRTUAL_ENV/javalib/*
python test/testsuite.py python test/testsuite.py test_integration.HsqldbTest
echo Remove ${HOME}? echo Remove ${HOME}?
read read