Commit 6bb10ccc authored by sveneh's avatar sveneh

fixed testrunner

parent fffd9810
--- ---
- name: update C++ client
docker_image:
path: git/ansible/test-files/docker-cpp
name: cpp
state: build
- name: update Go client - name: update Go client
docker_image: docker_image:
path: git/ansible/test-files/docker-go path: git/ansible/test-files/docker-go
name: go name: go
state: build state: build
- name: Run infinite tests (press ^C to stop)
sudo: true
shell: git/ansible/test-files/testrunner.sh
...@@ -52,4 +52,5 @@ fi ...@@ -52,4 +52,5 @@ fi
# echo "$TEST" > FailedTest.json # echo "$TEST" > FailedTest.json
# mv FailedTest.json $(date -d "today" +"%Y%m%d%H%M")CPPJIT.json # mv FailedTest.json $(date -d "today" +"%Y%m%d%H%M")CPPJIT.json
#fi #fi
done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment