Do not run 'make test-results' on Base 3.14
- also add tests for this
This commit is contained in:
@@ -37,7 +37,10 @@ if [ "$TEST" != "NO" ]
|
||||
then
|
||||
make -j2 tapfiles || ret=$?
|
||||
|
||||
grep -q "^test-results:" $EPICS_BASE/configure/RULES_BUILD && make -sk test-results
|
||||
if grep -q "BASE_3_14=NO" $EPICS_BASE/configure/CONFIG_BASE_VERSION
|
||||
then
|
||||
grep -q "^test-results:" $EPICS_BASE/configure/RULES_BUILD && make -sk test-results
|
||||
fi
|
||||
fi
|
||||
|
||||
exit $ret
|
||||
|
||||
Reference in New Issue
Block a user