mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Only run unit tests on 7.2 (#9201)
* Only run unit tests on 7.2 Move style check to 7.1 * stop build when a script fails
This commit is contained in:
@@ -119,7 +119,7 @@ function run_check($type, $passthru, $command_only, $options = array())
|
||||
{
|
||||
global $completed_tests;
|
||||
if (getenv('SKIP_' . strtoupper($type) . '_CHECK') || $completed_tests[$type]) {
|
||||
echo ucfirst($type) . ' check skipped.';
|
||||
echo ucfirst($type) . " check skipped.\n";
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user