forked from cerc-io/plugeth
fixed testrunner
This commit is contained in:
parent
fffd981058
commit
6bb10ccc3b
@ -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
1
ansible/test-files/testrunner.sh
Normal file → Executable 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user