From b76dbd8addb9df1ce91b697637a4c4d53874e395 Mon Sep 17 00:00:00 2001 From: FloezeTv Date: Sun, 15 Jun 2025 13:25:38 +0200 Subject: [PATCH] Fix help-message in test. Add the ignore authors section added in #184 to the expected test output Fixes #185 --- tests/commands_test.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/commands_test.sh b/tests/commands_test.sh index bcb5a5e..9e2acf5 100755 --- a/tests/commands_test.sh +++ b/tests/commands_test.sh @@ -95,7 +95,9 @@ ADDITIONAL USAGE You can set _MENU_THEME to display the legacy color scheme ex: export _MENU_THEME=legacy You can set _GIT_BRANCH to set the branch of the stats - ex: export _GIT_BRANCH=master" + ex: export _GIT_BRANCH=master + You can set _GIT_IGNORE_AUTHORS to filter out specific authors + ex: export _GIT_IGNORE_AUTHORS=\"(author1|author2)\"" assert_raises "$src fail" 1