diff --git a/.ci/fvt_tests/local_relup_test_run.sh b/.ci/fvt_tests/local_relup_test_run.sh index 7343c448b..7ef40b0f2 100755 --- a/.ci/fvt_tests/local_relup_test_run.sh +++ b/.ci/fvt_tests/local_relup_test_run.sh @@ -28,8 +28,9 @@ exec docker run \ -v "$TEMPDIR:/relup_test" \ -w "/relup_test" \ -e REBAR_COLOR=none \ - -it savonarola/emqx-relup-env:4.3 \ + -it emqx/relup-test-env:erl23.2.7.2-emqx-2-ubuntu20.04 \ lux \ + --progress verbose \ --case_timeout infinity \ --var PROFILE="$PROFILE" \ --var PACKAGE_PATH="/relup_test/packages" \ @@ -37,4 +38,3 @@ exec docker run \ --var VSN="$VSN" \ --var OLD_VSN="$OLD_VSN" \ relup.lux - diff --git a/.github/workflows/run_fvt_tests.yaml b/.github/workflows/run_fvt_tests.yaml index 2c97844f6..2215b9188 100644 --- a/.github/workflows/run_fvt_tests.yaml +++ b/.github/workflows/run_fvt_tests.yaml @@ -308,6 +308,7 @@ jobs: timeout-minutes: 5 run: | lux \ + --progress verbose \ --case_timeout infinity \ --var PROFILE=$PROFILE \ --var PACKAGE_PATH=$(pwd)/packages \