File: gram-protocol-test-wrapper

package info (click to toggle)
globus-gram-protocol 13.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,004 kB
  • sloc: sh: 11,330; ansic: 7,500; perl: 972; makefile: 192
file content (7 lines) | stat: -rwxr-xr-x 182 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
#! /bin/sh

if [ "$VALGRIND" != "" ]; then
    valgrind="valgrind --xml=yes --log-file=$(basename $1.valgrind) --xml-file=$(basename $1).vxml ${VALGRIND_OPTIONS}"
fi

$valgrind "$@"