From 15820be50add0c6f2d1636193e4d9ded6ac6d9f8 Mon Sep 17 00:00:00 2001 From: Andrii V Date: Thu, 3 Apr 2025 18:24:56 +0200 Subject: [PATCH] fix: added args back to test-simple --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3e8cf49f..50cff4f6 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ test-only: # test-simple: Run tests only for main test suite without coverage test-simple: PYTHONHASHSEED=random \ - py.test -r xw -p no:sugar \ + py.test -x -vv -r xw -p no:sugar \ --ignore=rhodecode/tests/vcs_operations \ --ignore=rhodecode/tests/database