From cbab8daae00f6676118de5af2b70bf460e5c11d1 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 22 Mar 2021 15:10:31 -0500 Subject: [PATCH] Turn off debug in netget.plt --- modules/database/test/std/rec/netget.plt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/database/test/std/rec/netget.plt b/modules/database/test/std/rec/netget.plt index 0324a54c7..af2787967 100644 --- a/modules/database/test/std/rec/netget.plt +++ b/modules/database/test/std/rec/netget.plt @@ -12,7 +12,7 @@ use Test::More tests => 3; use EPICS::IOC; # Set to 1 to echo all IOC and client communications -my $debug = 1; +my $debug = 0; $ENV{HARNESS_ACTIVE} = 1 if scalar @ARGV && shift eq '-tap';