From: Ryota MIBU Date: Mon, 8 Feb 2016 15:53:12 +0000 (+0900) Subject: doctor: fix project test gate X-Git-Tag: brahmaputra.1.0~48 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=f73240cbc0e0f5ad21ea9c9e2b797b4f2b938420 doctor: fix project test gate We enabled tests in functest, now we can change our project test to dry run for syntax check. Change-Id: I13003bb426e12b277ff101a43af4dd9548a715dd Signed-off-by: Ryota MIBU --- diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml index 167b696a3..b2cbb0242 100644 --- a/jjb/doctor/doctor.yml +++ b/jjb/doctor/doctor.yml @@ -53,4 +53,4 @@ pattern: 'tests/**' builders: - - shell: "[ -e tests/run.sh ] && ./tests/run.sh" + - shell: "[ -e tests/run.sh ] && bash -n ./tests/run.sh"