From 887e12388e61b0206193f891205039b30a046b98 Mon Sep 17 00:00:00 2001 From: bojiang Date: Thu, 24 Dec 2020 15:20:20 +0800 Subject: [PATCH] full assert message --- ci/integration_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/integration_tests.sh b/ci/integration_tests.sh index b1b74955284..2e4ef420388 100755 --- a/ci/integration_tests.sh +++ b/ci/integration_tests.sh @@ -12,6 +12,6 @@ python -m pip install -e . # Run test #python -m pytest --batch-request --host "localhost:5000" "$GIT_ROOT"/tests/integration/api_server -python -m pytest -s "$GIT_ROOT"/tests/integration/api_server +python -m pytest -sv"$GIT_ROOT"/tests/integration/api_server test $error = 0 # Return non-zero if pytest failed