Skip to content

Commit 84cd771

Browse files
PSMDB do not fail on the first failure
1 parent 2ad5c54 commit 84cd771

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pmm_psmdb_diffauth_setup/test-auth.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ done
6868
tests=${TESTS:-yes}
6969
if [ $tests = "yes" ]; then
7070
echo "running tests"
71-
output=$(docker compose -f docker-compose-pmm-psmdb.yml run test pytest -s -x --verbose test.py)
71+
output=$(docker compose -f docker-compose-pmm-psmdb.yml run test pytest -s --verbose test.py)
7272
else
7373
echo "skipping tests"
7474
fi

0 commit comments

Comments
 (0)