Changeset 3034 in ntrip for trunk/BNC/run_valgrind


Ignore:
Timestamp:
Feb 25, 2011, 12:58:40 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/run_valgrind

    r627 r3034  
    22if [ "$1" == "start" ]
    33then
    4   valgrind --leak-check=full ./bnc -nw 2> valgrind.txt &
     4  valgrind --num-callers=50 --leak-check=full ./bnc --file bnc_cmb.raw_110221 --staID "FFMJ1" --conf POST.conf --format RTCM_3 2> valgrind.txt &
    55elif [ "$1" == "stop" ]
    66then
Note: See TracChangeset for help on using the changeset viewer.