Changeset 1a3b953 in mainline for uspace/dist/src/bithenge/test.sh
- Timestamp:
- 2012-08-20T00:22:19Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0784869
- Parents:
- 5e514c0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/dist/src/bithenge/test.sh
r5e514c0 r1a3b953 7 7 if type valgrind >/dev/null 2>&1 8 8 then 9 BITHENGE="valgrind -q --show-reachable=yes ${BITHENGE}"9 BITHENGE="valgrind -q --show-reachable=yes --error-exitcode=64 ${BITHENGE}" 10 10 else 11 11 echo "Valgrind not found."
Note:
See TracChangeset
for help on using the changeset viewer.