Changeset 988 for vendor/current/selftest/valgrind_run
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/selftest/valgrind_run
r414 r988 5 5 shift 1 6 6 7 CMD="$ENV valgrind -q --db-attach=yes --num-callers=30 $@" 7 CMD="$ENV valgrind --num-callers=30 8 --trace-children=yes --log-file=valgrind.%p.log 9 ${VALGRIND_OPT- --time-stamp=yes --track-fds=yes --read-var-info=yes --track-origins=yes --leak-check=yes} 10 $@" 11 8 12 echo $CMD 9 13 eval $CMD
Note:
See TracChangeset
for help on using the changeset viewer.