From 2610eba0e3d11801977eaa875f2988672c03dd1a Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Fri, 18 Aug 2017 11:08:48 -0700 Subject: [PATCH] Remove version test (cherry picked from commit 4de264ffc80d9d4aff7bd313a293cf50d7900a8c) --- scripts/circle-test.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/circle-test.sh b/scripts/circle-test.sh index 8391a308f..b05fa7420 100755 --- a/scripts/circle-test.sh +++ b/scripts/circle-test.sh @@ -61,8 +61,6 @@ exit_if_fail sleep 60 exit_if_fail go test -race ./... # Simple Integration Tests -# check that version was properly set -exit_if_fail "./telegraf -version | grep $VERSION" # check that one test cpu & mem output work tmpdir=$(mktemp -d) ./telegraf -sample-config > $tmpdir/config.toml