From 403968bb5bcadb31cea78c07a582458b2b4255fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wolfgang=20St=C3=B6ggl?= Date: Tue, 9 Apr 2019 11:30:00 +0200 Subject: [PATCH] Update test tune1 - Compare dump of the updated rrd file with tune1-testorg.dump, which is available in tests --- tests/tune1 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tune1 b/tests/tune1 index a156a65c..4835de6a 100755 --- a/tests/tune1 +++ b/tests/tune1 @@ -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... -- 2.47.2