From 5dc79954770834214523fa2aac8629746426565e Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 27 Dec 2019 17:36:37 -0600 Subject: [PATCH] Enable IOC debug output 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 75a4f4565..fcc75442e 100644 --- a/modules/database/test/std/rec/netget.plt +++ b/modules/database/test/std/rec/netget.plt @@ -28,7 +28,7 @@ my $exe = ($^O =~ m/^(MSWin32|cygwin)$/x) ? '.exe' : ''; my $prefix = "test-$$"; my $ioc = EPICS::IOC->new(); -#$ioc->debug(1); +$ioc->debug(1); $SIG{__DIE__} = $SIG{INT} = $SIG{QUIT} = sub { $ioc->kill;