From f73240cbc0e0f5ad21ea9c9e2b797b4f2b938420 Mon Sep 17 00:00:00 2001 From: Ryota MIBU Date: Tue, 9 Feb 2016 00:53:12 +0900 Subject: [PATCH] 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 --- jjb/doctor/doctor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.16.6