]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Update test tune1
authorWolfgang Stöggl <c72578@yahoo.de>
Tue, 9 Apr 2019 09:30:00 +0000 (11:30 +0200)
committerTobias Oetiker <tobi@oetiker.ch>
Tue, 9 Apr 2019 11:39:42 +0000 (13:39 +0200)
- Compare dump of the updated rrd file with tune1-testorg.dump,
  which is available in tests

tests/tune1

index a156a65cf601790f1b93dc27294b2a64f4724b8d..4835de6ac842a151cfbef5a92d1df53588d1f1fa 100755 (executable)
@@ -15,6 +15,7 @@ for T in $(seq 1300000020 60 1300003020) ; do
        let N=$N+10
 done
 $RRDTOOL update ${BUILD}org.rrd --template a $U 
+$RRDTOOL dump ${BUILD}org.rrd | $DIFF9 - ${BASE}org.dump
 report "update"
 
 # NOTE: for rrdcached based tests, we must flush before we can copy...