mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
Tools: add set -x to build_parameters.sh
This aids in diagnosing failures on autotest
This commit is contained in:
parent
0e6213a4c6
commit
a4d9d8ed6b
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
# set -x
|
||||
set -x
|
||||
|
||||
WP_Auth_Dir="$HOME/WP_Auth"
|
||||
PARAMS_DIR="../buildlogs/Parameters"
|
||||
|
Loading…
Reference in New Issue
Block a user