mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -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
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
# set -x
|
set -x
|
||||||
|
|
||||||
WP_Auth_Dir="$HOME/WP_Auth"
|
WP_Auth_Dir="$HOME/WP_Auth"
|
||||||
PARAMS_DIR="../buildlogs/Parameters"
|
PARAMS_DIR="../buildlogs/Parameters"
|
||||||
|
Loading…
Reference in New Issue
Block a user