@@ -203,7 +203,7 @@ matrix:
# Acceptance (Functional) tests
- env:
- CONFIG="--python=/usr/bin/python3 --target-list=x86_64-softmmu"
- - TEST_CMD="make AVOCADO_SHOW=app check-acceptance"
+ - TEST_CMD="make check-acceptance"
addons:
apt:
packages:
@@ -1137,7 +1137,7 @@ TESTS_RESULTS_DIR=$(BUILD_DIR)/tests/results
# Controls the output generated by Avocado when running tests.
# Any number of command separated loggers are accepted. For more
# information please refer to "avocado --help".
-AVOCADO_SHOW=none
+AVOCADO_SHOW=app
ifneq ($(findstring v2,"v$(PYTHON_VERSION)"),v2)
$(TESTS_VENV_DIR): $(TESTS_VENV_REQ)