From: Christian Herdtweck Date: Thu, 22 Jan 2015 16:15:00 +0000 (+0100) Subject: had forgotten to reset default pingcheck binary from testing to production X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=c3adbb6db51d82c19262b4eca6b2a8b6600c8d64;p=pingcheck had forgotten to reset default pingcheck binary from testing to production --- diff --git a/test/long_term_test.py b/test/long_term_test.py index 9d283d2..c72db48 100755 --- a/test/long_term_test.py +++ b/test/long_term_test.py @@ -36,8 +36,7 @@ logger_base = logging.getLogger('long_term_test') ######################################################################## version = '1.1' -#default_pingcheck_bin = '/usr/intranator/bin/pingcheck' -default_pingcheck_bin = '/root/git/pingcheck/build/src/pingcheck' +default_pingcheck_bin = '/usr/intranator/bin/pingcheck' default_tell_connd_bin = '/usr/intranator/bin/tell-connd' default_output_prefix = './long_term_test/{0:%d%m%y_%H%M}'