refactor: pre-commit.php updates (#8679)

Disable the log for unit tests to speed things up hopefully
This commit is contained in:
Tony Murray
2018-05-09 06:53:45 -05:00
committed by Neil Lathwood
parent 5273b291bf
commit 8afafe7eb0
9 changed files with 53 additions and 61 deletions

View File

@@ -103,7 +103,8 @@ $snmpsim_port = $snmpsim->getPort();
if (!$snmpsim->isRunning()) {
echo "Failed to start snmpsim, make sure it is installed, working, and there are no bad snmprec files.\n";
exit;
echo "Run ./scripts/save-test-data.php --snmpsim to see the log output\n";
exit(1);
}