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

« back to all changes in this revision

Viewing changes to tests/lens-approx.sh

  • Committer: Package Import Robot
  • Author(s): Nicolas Valcárcel Scerpella
  • Date: 2011-11-10 09:20:03 UTC
  • mfrom: (1.4.2)
  • Revision ID: package-import@ubuntu.com-20111110092003-532kypb6beba5gmk
Tags: 0.9.0-1
* New upstream release
* Added build-arch and build-indep targets to d/rules. (Closes: #648156)
  Thanks to Niels Thykier for the patch.

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