Changeset 620 in ntrip for trunk/BNC/run_valgrind
- Timestamp:
- Dec 16, 2007, 2:36:12 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/run_valgrind
r615 r620 2 2 if [ "$1" == "start" ] 3 3 then 4 valgrind --leak-check=full ./bnc -nw 2> valgrind.txt &4 valgrind --leak-check=full --show-reachable=yes ./bnc -nw 2> valgrind.txt & 5 5 elif [ "$1" == "stop" ] 6 6 then
Note:
See TracChangeset
for help on using the changeset viewer.