Skip to content

Commit

Permalink
Switch VERBOSE to VERBOSE_SIM
Browse files Browse the repository at this point in the history
This changes the environment variable `VERBOSE` to `VERBOSE_SIM`, to explicitly state that it configures the verbose output of the simulation
  • Loading branch information
Jaeyoung-Lim authored and bkueng committed Sep 25, 2020
1 parent 60252dd commit 1dbd7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/sitl_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ else
fi

# To disable user input
if [[ -n "$VERBOSE" ]]; then
if [[ -n "$VERBOSE_SIM" ]]; then
verbose="--verbose"
else
verbose=""
Expand Down

0 comments on commit 1dbd7df

Please sign in to comment.