Skip to content

Commit

Permalink
Not imporatant changes
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-kotliar committed Mar 16, 2021
1 parent fefe10f commit db14982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_conformance_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ docker run --rm \
--network local_executor_default \
local_executor_scheduler \
/bin/bash -c \
"cwl-airflow test --api http://apiserver:${CWL_AIRFLOW_API_PORT} --host 0.0.0.0 --port ${PROCESS_REPORT_PORT} --suite ${AIRFLOW_HOME}/${REPO_FOLDER}/${SUITE} --range 1 > ${AIRFLOW_HOME}/tests.log"
"cwl-airflow test --api http://apiserver:${CWL_AIRFLOW_API_PORT} --host 0.0.0.0 --port ${PROCESS_REPORT_PORT} --suite ${AIRFLOW_HOME}/${REPO_FOLDER}/${SUITE} > ${AIRFLOW_HOME}/tests.log"

EXIT_CODE=`echo $?` # to keep exit code while we are stoping docker-compose

Expand Down

0 comments on commit db14982

Please sign in to comment.