summaryrefslogtreecommitdiff
path: root/testing/fulltests/support/capp_run
blob: 84f54e106afc5f3a5096a4d8243144f91b3bc284 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
${DYNAMIC_ANALYZER} ${builddir}/libtool --mode=execute "$1" 2>&1 \
| \
if [ "x$SNMP_SAVE_TMPDIR" = "xyes" ]; then
  tee "/tmp/snmp-unit-test-`basename $1`"
else
  cat
fi