From 610637da8009f13a3f2aa5c7a0af1cb51953e1b1 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 11 Jul 2024 01:54:35 +0200 Subject: [PATCH] don't report on xfail, it's useless --- cmdeploy/src/cmdeploy/cmdeploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdeploy/src/cmdeploy/cmdeploy.py b/cmdeploy/src/cmdeploy/cmdeploy.py index bbe9e6ee..bb1bf8f4 100644 --- a/cmdeploy/src/cmdeploy/cmdeploy.py +++ b/cmdeploy/src/cmdeploy/cmdeploy.py @@ -128,7 +128,7 @@ def test_cmd(args, out): "-n4", "-rs", "-x", - "-vrx", + "-v", "--durations=5", ] if args.slow: