Skip to content

Commit

Permalink
sharness: allow setting -i with TEST_IMMEDIATE=1
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: keks <[email protected]>
  • Loading branch information
keks committed Jun 29, 2018
1 parent 16c186d commit 2efffcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/sharness/lib/test-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ fi
# it's too late to pass in --verbose, and --verbose is harder
# to pass through in some cases.
test "$TEST_VERBOSE" = 1 && verbose=t
test "$TEST_IMMEDIATE" = 1 && immediate=t
# source the common hashes first.
. lib/test-lib-hashes.sh

Expand Down

0 comments on commit 2efffcb

Please sign in to comment.