File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ after_success:
2222
2323# command to run tests
2424script :
25- - make test test-existdb
25+ - make test test-existdb-22 test-basex
Original file line number Diff line number Diff line change 1616 sleep 30
1717 FS_WEBDAV_URL=http://admin:admin@localhost:10080/exist/webdav/db bin/nosetests -v webdavfs
1818
19+ test-existdb-22 :
20+ bin/pip install nose
21+ /usr/bin/python -c " import os; os.system('docker rm -f existdb22')"
22+ docker run -d -p 127.0.0.1:10082:8080 --name existdb22 zopyx/existdb-22
23+ sleep 30
24+ FS_WEBDAV_URL=http://admin:admin@localhost:10082/exist/webdav/db bin/nosetests -v webdavfs
25+
1926test-basex :
2027 bin/pip install nose
2128 /usr/bin/python -c " import os; os.system('docker rm -f basex')"
You can’t perform that action at this time.
0 commit comments