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:
Tony Murray
2018-09-13 12:18:42 -05:00
committed by GitHub
parent aa51613a1d
commit d08593e8d6
2 changed files with 7 additions and 4 deletions

View File

@@ -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;
}