fixed testrunner

This commit is contained in:
sveneh 2015-01-14 18:06:28 +01:00
parent fffd981058
commit 6bb10ccc3b
2 changed files with 11 additions and 0 deletions

View File

@ -1,6 +1,16 @@
---
- name: update C++ client
docker_image:
path: git/ansible/test-files/docker-cpp
name: cpp
state: build
- name: update Go client
docker_image:
path: git/ansible/test-files/docker-go
name: go
state: build
- name: Run infinite tests (press ^C to stop)
sudo: true
shell: git/ansible/test-files/testrunner.sh

1
ansible/test-files/testrunner.sh Normal file → Executable file
View File

@ -52,4 +52,5 @@ fi
# echo "$TEST" > FailedTest.json
# mv FailedTest.json $(date -d "today" +"%Y%m%d%H%M")CPPJIT.json
#fi
done