@@ -86,12 +86,12 @@ dummy-tasks() {
86
86
87
87
# (task_name, script, action, result_html)
88
88
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 -
95
95
EOF
96
96
}
97
97
@@ -102,23 +102,23 @@ dev-minimal-tasks() {
102
102
103
103
# (task_name, script, action, result_html)
104
104
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 -
107
107
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 -
114
114
runtime-errors test/runtime-errors.sh run-all-with-osh -
115
115
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
122
122
EOF
123
123
}
124
124
0 commit comments