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 potiuk committed Mar 3, 2020
1 parent f8a83a7 commit de93e6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions breeze
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 de93e6d

Please sign in to comment.