From 874f4f56ac89000df7813922d89bf9c45daf139c Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Sun, 25 Jun 2017 17:02:17 +0000 Subject: [PATCH] pipeline test Signed-off-by: Janos SUTO --- bitbucket-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 2cdff081..e0f139cb 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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