Skip to content

Commit

Permalink
fixup! utils/set_test_modules: Allow to ignore Git differences
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeffman committed Oct 30, 2024
1 parent 19368cd commit 95026ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/set_test_modules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -eu
# This file shoud be source'd (. set_test_modules) rather than executed.
#
# Set SKIP_GIT_TEST="True" or use -I to prevent git modification comparison.
# Set SKIP_GIT_TEST="True" or use -a to prevent git modification comparison.
#

RED="\033[31;1m"
Expand Down

0 comments on commit 95026ff

Please sign in to comment.