Skip to content

Commit

Permalink
[AIRFLOW-6979] Fix breeze test-target specific test param issue (apac…
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongjiajie committed Mar 3, 2020
1 parent ab6bb00 commit 2bae095
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions breeze
Expand Up @@ -764,6 +764,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 2bae095

Please sign in to comment.