Code Review
/
releng.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
7476da2
)
doctor: fix project test gate
41/9541/1
author
Ryota MIBU
<r-mibu@cq.jp.nec.com>
Mon, 8 Feb 2016 15:53:12 +0000
(
00:53
+0900)
committer
Ryota MIBU
<r-mibu@cq.jp.nec.com>
Mon, 8 Feb 2016 15:53:12 +0000
(
00:53
+0900)
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>
jjb/doctor/doctor.yml
patch
|
blob
|
history
diff --git
a/jjb/doctor/doctor.yml
b/jjb/doctor/doctor.yml
index
167b696
..
b2cbb02
100644
(file)
--- 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"