Skip to content

Commit

Permalink
[AIRFLOW-6979] Fix breeze test-target specific test param issue (#7614)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2bae095)
  • Loading branch information
zhongjiajie authored and kaxil committed Mar 19, 2020
1 parent 79d4848 commit f42c867
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions breeze
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,8 @@ function parse_arguments() {
LAST_SUBCOMMAND="${1}"
if [[ "${TEST_TARGET}" == "." ]]; then
export TEST_TARGET=""
else
export TEST_TARGET="${2}"
fi
COMMAND_TO_RUN="run_tests"
shift 2 ;;
Expand Down

0 comments on commit f42c867

Please sign in to comment.