fix: Sytax of tests

pull/83/head
Hannah Ward 2019-02-12 17:32:50 +00:00
parent bc8a6ee9b2
commit b85136826d
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
- taxii-push --path http://127.0.0.1:9000/services/inbox -f test/test.xml --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
- kill -s INT $pid