Do not run 'make test-results' on Base 3.14

- also add tests for this
This commit is contained in:
Ralph Lange
2020-05-13 11:11:58 +02:00
parent 53e23e3684
commit 11e2f1852b
3 changed files with 37 additions and 25 deletions

View File

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