From 81a77e9759f0143e6cc93e22bae7b3911db26af7 Mon Sep 17 00:00:00 2001
From: Patrick Baudin <patrick.baudin@cea.fr>
Date: Tue, 5 Jul 2022 13:06:56 +0200
Subject: [PATCH] [Script] ./bin/tests.sh - fixes Usage

---
 bin/test.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bin/test.sh b/bin/test.sh
index ff773d26bcc..bd8d4da23b9 100755
--- a/bin/test.sh
+++ b/bin/test.sh
@@ -58,7 +58,6 @@ function Usage
     echo ""
     echo "  -r|--clean          clean (remove all) test results (includes -p)"
     echo "  -p|--ptests         prepare (all) dune files and pull cache"
-    echo "  -n|--count          print number of (all) tests"
     echo "  -l|--logs           print output of tests (single file, no diff)"
     echo "  -u|--update         run tests and update wp-cache"
     echo "  -v|--verbose        print executed commands"
-- 
GitLab