pipeline test

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2017-06-25 17:02:17 +00:00
parent 443a373016
commit 874f4f56ac

View File

@ -24,3 +24,5 @@ pipelines:
- echo "grant all privileges on piler.* to piler@localhost identified by 'verystrongpassword'" | mysql -u root
- echo "flush privileges" | mysql -u root
- mysql -u piler -pverystrongpassword piler < /usr/share/piler/db-mysql.sql
- cd unit_tests
- ./run.sh