Tools: remove extra running of unit tests from build_ci.sh

This commit is contained in:
Peter Barker 2018-09-03 08:18:35 +10:00 committed by Francisco Ferreira
parent 0f4c68aadb
commit c902260925
1 changed files with 0 additions and 9 deletions

View File

@ -136,15 +136,6 @@ for t in $CI_BUILD_TARGET; do
$waf check
fi
fi
if [[ $t == linux ]]; then
$waf configure --board $t
$waf tests
for some_test in build/linux/tests/*; do
echo "Running ($some_test)"
"$some_test"
done
fi
done
python Tools/autotest/param_metadata/param_parse.py --no-emit --vehicle APMrover2