Code Review
/
ci-management.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
51c33d6
)
jjb/common: run-test-short: fix line-continuation typo
03/11103/1
author
Kevin Hilman
<khilman@baylibre.com>
Tue, 3 Oct 2017 22:43:14 +0000
(22:43 +0000)
committer
Kevin Hilman
<khilman@baylibre.com>
Tue, 3 Oct 2017 22:43:14 +0000
(22:43 +0000)
Change-Id: Ib8b128e82a520c50c978b7d308bb64fa70e08c96
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
jjb/common/include-agl-run-test-short.sh
patch
|
blob
|
history
diff --git
a/jjb/common/include-agl-run-test-short.sh
b/jjb/common/include-agl-run-test-short.sh
index
3d02167
..
f8fdc82
100644
(file)
--- a/
jjb/common/include-agl-run-test-short.sh
+++ b/
jjb/common/include-agl-run-test-short.sh
@@
-14,7
+14,7
@@
cd $REPODIR
# WIP: use $RELENG for subset of boards
__MACHINE=${MACHINE%-nogfx} # releng doesn't care
if [ ! -z $RELENG ] && \
- (( x$__MACHINE == x"qemux86-64" || \
\
+ (( x$__MACHINE == x"qemux86-64" || \
x$__MACHINE == x"m3ulcb" )); then
CREATE_ARGS=""
[[ ! -z $GERRIT_CHANGE_NUMBER ]] && CREATE_ARGS+="-j $GERRIT_CHANGE_NUMBER "