From 53b9971cf7616dbff47f59212ebc2fb21cc3e022 Mon Sep 17 00:00:00 2001 From: arzzen Date: Sun, 15 Jun 2025 13:30:16 +0200 Subject: [PATCH] fix tests --- 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