From 161c98f55a8408d11f142c838096ecea7b7e0784 Mon Sep 17 00:00:00 2001 From: Peter Stamfest Date: Wed, 12 Mar 2014 21:48:11 +0100 Subject: [PATCH] try to get travis to run the test suite.... --- tests/modify1 | 2 +- tests/modify3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3