Permalink
Please sign in to comment.
Browse files
Various fixes to release automation.
- Update HAVE_ROOT - Change the interface of test/spec.sh to accept OSH_LIST=, rather than OSH_OVM= - Change scripts/release.sh to run spec tests first with _bin/osh as a smoke test, and then with 3 binaries: CPython, OVM, and byterun. The second run will have its HTML table published. - test/sh_spec.py: - Don't assume that we're only running 2 variants of OSH. - Consolidate duplicated constants.
- Loading branch information...
Showing
with
78 additions
and 42 deletions.
- +0 −1 build/test.sh
- +3 −0 opy/common.sh
- +4 −3 opy/test.sh
- +16 −18 scripts/release.sh
- +35 −13 test/sh_spec.py
- +1 −0 test/sh_spec_test.py
- +19 −7 test/spec.sh
0 comments on commit
53893fc