Skip to content

Commit

Permalink
[soil] Fix mycpp/TEST logging I broke recently
Browse files Browse the repository at this point in the history
This commit from 10 days ago removed _test/mycpp-examples.html

eac9761#diff-09a061da45a786cf7d3f513b4b93c23d43a47236d8ad2ca6277c6d415393dd5f
  • Loading branch information
Andy C committed Nov 21, 2022
1 parent 99db2b7 commit 4638397
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions mycpp/TEST.sh
Expand Up @@ -268,6 +268,13 @@ test-translator() {
log 'FAIL mycpp-logs-equal'
return 1
fi
}

soil-run() {
set +o errexit
$0 test-translator
local status=$?
set -o errexit

# Write _test/mycpp-examples.html, used by soil/woker.sh
find-dir-html _test mycpp-examples
Expand Down
2 changes: 1 addition & 1 deletion soil/worker.sh
Expand Up @@ -215,7 +215,7 @@ osh-eval-smoke build/native.sh osh-eval-smoke -
line-counts metrics/source-code.sh write-reports _tmp/metrics/line-counts/index.html
preprocessed metrics/source-code.sh preprocessed _tmp/metrics/preprocessed/index.html
native-code metrics/native-code.sh oil-native _tmp/metrics/oil-native/index.html
mycpp-translator mycpp/TEST.sh test-translator _test/mycpp-examples.html
mycpp-examples mycpp/TEST.sh soil-run _test/mycpp-examples.html
parse-errors test/parse-errors.sh soil-run-cpp -
make-tar devtools/release-native.sh make-tar _release/oil-native.tar
test-tar devtools/release-native.sh test-tar -
Expand Down

0 comments on commit 4638397

Please sign in to comment.