~ubuntu-branches/ubuntu/saucy/augeas/saucy-proposed

« back to all changes in this revision

Viewing changes to tests/lens-dnsmasq.sh

  • Committer: Package Import Robot
  • Author(s): Nicolas Valcárcel Scerpella
  • Date: 2011-11-10 09:20:03 UTC
  • mto: (1.5.1) (19.1.11 precise)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: package-import@ubuntu.com-20111110092003-sb3z6bq97rlb96de
Tags: upstream-0.9.0
Import upstream version 0.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
me=`echo "$0"|sed 's,.*/lens-\(.*\)\.sh$,\1,'`
9
9
 
10
10
t=$LENS_DIR/tests/test_$me.aug
11
 
exec augparse --nostdinc -I "$LENS_DIR" "$t"
 
11
 
 
12
if [ -n "$VALGRIND" ] ; then
 
13
  exec $VALGRIND $AUGPARSE --nostdinc -I "$LENS_DIR" "$t"
 
14
else
 
15
  exec augparse --nostdinc -I "$LENS_DIR" "$t"
 
16
fi