From: Peter Stamfest Date: Wed, 12 Mar 2014 20:48:11 +0000 (+0100) Subject: try to get travis to run the test suite.... X-Git-Tag: v1.5.0-rc1~117^2~2^2~19^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=161c98f55a8408d11f142c838096ecea7b7e0784;p=thirdparty%2Frrdtool-1.x.git try to get travis to run the test suite.... --- diff --git a/tests/modify1 b/tests/modify1 index 68cc39bc..2ff9eebd 100755 --- a/tests/modify1 +++ b/tests/modify1 @@ -8,7 +8,7 @@ $RRDTOOL create ${BASE}a.rrd --start 1300000000 --step 60 DS:a:GAUGE:120:0:U RR # add 50 values to N=10 for T in $(seq 1300000020 60 1300003020) ; do - rrdtool update ${BASE}a.rrd --template a $T:$N || fail "update" + $RRDTOOL update ${BASE}a.rrd --template a $T:$N || fail "update" let N=$N+10 done diff --git a/tests/modify3 b/tests/modify3 index c49ec10c..8bad9434 100755 --- a/tests/modify3 +++ b/tests/modify3 @@ -8,7 +8,7 @@ $RRDTOOL create ${BASE}a.rrd --start 1300000000 --step 60 DS:a:GAUGE:120:0:U DS # add 50 values to N=10 for T in $(seq 1300000020 60 1300003020) ; do - rrdtool update ${BASE}a.rrd --template a:b:c $T:$N:$((10000+$N)):$((20000+$N)) || fail update + $RRDTOOL update ${BASE}a.rrd --template a:b:c $T:$N:$((10000+$N)):$((20000+$N)) || fail update let N=$N+10 done