fix: Just use one test file

pull/83/head
Hannah Ward 2019-02-12 17:28:31 +00:00
parent 629566b3eb
commit bc8a6ee9b2
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
1 changed files with 1 additions and 1 deletions

View File

@ -38,5 +38,5 @@ script:
- opentaxii-run-dev &
- pid=$!
- sleep 15
- for file in tests/*.xml; do; taxii-push --path http://127.0.0.1:9000/services/inbox -f $file --dest my_collection --username admin --password admin; done;
- taxii-push --path http://127.0.0.1:9000/services/inbox -f test/test.xml --dest my_collection --username admin --password admin; done;
- kill -s INT $pid