Tools: do not build combined parameters as part of build_autotest

This commit is contained in:
Peter Barker 2017-08-25 23:58:57 +10:00 committed by Jacob Walser
parent ceb611a056
commit 73dfc557ec
1 changed files with 0 additions and 5 deletions

View File

@ -9,11 +9,6 @@ PARAMS_DIR="../buildlogs/Parameters"
# work from either APM directory or above
[ -d ArduPlane ] || cd APM
# generate combined parameters files for all vehicles:
./Tools/autotest/param_metadata/param_parse.py > param.out || {
echo "Parameter parsing failed"
exit 1
}
# copy combined parameters files away:
/bin/mkdir -p "$PARAMS_DIR"
/bin/cp Parameters.wiki Parameters.html *.pdef.xml "$PARAMS_DIR"