Skip to content

Commit d22664a

Browse files
author
Andy C
committed
[soil] Reformat
Also rebuilt the 'dev-minimal' image. It was running as root and I suspect unsound build caching. Although the USER directive is part of the Dockerfile itself, so maybe I just forgot to rebuild.
1 parent 6aa2ccc commit d22664a

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

soil/worker.sh

+20-20
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ dummy-tasks() {
8686

8787
# (task_name, script, action, result_html)
8888
cat <<EOF
89-
dump-distro soil/worker.sh dump-distro -
90-
dump-user-host soil/worker.sh dump-user-host -
91-
dump-env soil/worker.sh dump-env -
92-
dump-timezone soil/worker.sh dump-timezone -
93-
dump-locale soil/worker.sh dump-locale -
94-
dump-hardware soil/worker.sh dump-hardware -
89+
dump-distro soil/worker.sh dump-distro -
90+
dump-user-host soil/worker.sh dump-user-host -
91+
dump-env soil/worker.sh dump-env -
92+
dump-timezone soil/worker.sh dump-timezone -
93+
dump-locale soil/worker.sh dump-locale -
94+
dump-hardware soil/worker.sh dump-hardware -
9595
EOF
9696
}
9797

@@ -102,23 +102,23 @@ dev-minimal-tasks() {
102102

103103
# (task_name, script, action, result_html)
104104
cat <<EOF
105-
dump-user-host soil/worker.sh dump-user-host -
106-
build-minimal build/dev.sh minimal -
105+
dump-user-host soil/worker.sh dump-user-host -
106+
build-minimal build/dev.sh minimal -
107107
repo-overview metrics/source-code.sh overview -
108-
lint test/lint.sh soil-run -
109-
typecheck-slice types/oil-slice.sh soil-run -
110-
typecheck-other types/run.sh soil-run -
111-
unit test/unit.sh soil-run -
112-
interactive test/interactive.sh soil-run -
113-
parse-errors test/parse-errors.sh soil-run-py -
108+
lint test/lint.sh soil-run -
109+
typecheck-slice types/oil-slice.sh soil-run -
110+
typecheck-other types/run.sh soil-run -
111+
unit test/unit.sh soil-run -
112+
interactive test/interactive.sh soil-run -
113+
parse-errors test/parse-errors.sh soil-run-py -
114114
runtime-errors test/runtime-errors.sh run-all-with-osh -
115115
oil-runtime-errors test/oil-runtime-errors.sh run-all-with-osh -
116-
oil-spec test/spec.sh oil-all-serial _tmp/spec/oil-language/oil.html
117-
tea-spec test/spec.sh tea-all-serial _tmp/spec/tea-language/tea.html
118-
oil-large oil_lang/run.sh soil-run -
119-
tea-large tea/run.sh soil-run -
120-
link-busybox-ash test/spec.sh link-busybox-ash -
121-
osh-minimal test/spec.sh osh-minimal _tmp/spec/survey/osh-minimal.html
116+
oil-spec test/spec.sh oil-all-serial _tmp/spec/oil-language/oil.html
117+
tea-spec test/spec.sh tea-all-serial _tmp/spec/tea-language/tea.html
118+
oil-large oil_lang/run.sh soil-run -
119+
tea-large tea/run.sh soil-run -
120+
link-busybox-ash test/spec.sh link-busybox-ash -
121+
osh-minimal test/spec.sh osh-minimal _tmp/spec/survey/osh-minimal.html
122122
EOF
123123
}
124124

0 commit comments

Comments
 (0)