diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-02-09 00:53:12 +0900 |
---|---|---|
committer | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-02-09 00:53:12 +0900 |
commit | f73240cbc0e0f5ad21ea9c9e2b797b4f2b938420 (patch) | |
tree | 8ae3f543dc676ee4f2cb353ce291d98b3d8bbd8b /jjb | |
parent | 7476da2fba96b24abd6fe0fb9d3dce33362ead46 (diff) |
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 <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/doctor/doctor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |