Changeset a927ebba in trunk
- Timestamp:
- 2020-08-08T04:04:13Z (5 years ago)
- Branches:
- master
- Children:
- 0c2cf9f
- Parents:
- 7ba6dae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified .circleci/run-tests.sh ¶
r7ba6dae ra927ebba 89 89 # Create a junitxml results area. 90 90 mkdir -p "$(dirname "${JUNITXML}")" 91 cat "${SUBUNIT2}" | ${BOOTSTRAP_VENV}/bin/subunit2junitxml | cat > "${JUNITXML}" || "${alternative}"91 cat "${SUBUNIT2}" | ${BOOTSTRAP_VENV}/bin/subunit2junitxml 92 92 fi
Note: See TracChangeset
for help on using the changeset viewer.