projects
/
kazan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2a0e89
)
fix wrong argument to run-cts.sh
author
Jacob Lifshay
<programmerjake@gmail.com>
Mon, 29 Oct 2018 23:15:04 +0000
(16:15 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Mon, 29 Oct 2018 23:15:04 +0000
(16:15 -0700)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 797569a58803445b81787435e0f0386ae3fba7b5..80fcc92bc3ef5d46210115afb43dc31516c5faea 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-34,4
+34,4
@@
RUN case "${KAZAN_TEST_MODE}" in \
exit 1; \
;; \
esac
-CMD if [ "${KAZAN_TEST_MODE}" = "cts" ]; then exec ./run-cts.sh --
update-only
; else exec bash; fi
+CMD if [ "${KAZAN_TEST_MODE}" = "cts" ]; then exec ./run-cts.sh --
no-update
; else exec bash; fi