Fix travis jython simulation to only run the working test case
parent
de360ebc05
commit
5a1b68f211
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue