diff --git a/internal/commondiscovery/commondiscovery.go b/internal/commondiscovery/commondiscovery.go index 57aaa1c..d5415da 100644 --- a/internal/commondiscovery/commondiscovery.go +++ b/internal/commondiscovery/commondiscovery.go @@ -34,6 +34,7 @@ const ( mySQLProcess = "mysqld" oracleProcess = "ora_pmon_" oracleListener = "tnslsnr" + testProcess = "test" ) // executeCommand abstracts the commandlineexecutor.ExecuteCommand for testability.