]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
try to get travis to run the test suite....
authorPeter Stamfest <peter@stamfest.at>
Wed, 12 Mar 2014 20:48:11 +0000 (21:48 +0100)
committerPeter Stamfest <peter@stamfest.at>
Thu, 13 Mar 2014 20:02:31 +0000 (21:02 +0100)
tests/modify1
tests/modify3

index 68cc39bc81086ea9ee8106a5c3b1c984d166eb36..2ff9eebd5427589da9e7f1aeddc50dfff12af725 100755 (executable)
@@ -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
 
index c49ec10cceef8123f21c650a2ceebc607af784a6..8bad943476d6fda1f1a243c356a9543e0982e34c 100755 (executable)
@@ -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