Skip to content

Commit

Permalink
Merge branch 'jc/test-lazy-prereq'
Browse files Browse the repository at this point in the history
Test-script clean-up.

* jc/test-lazy-prereq:
  tests: drop GIT_*_TIMING_TESTS environment variable support
  • Loading branch information
Junio C Hamano committed Sep 30, 2014
2 parents ab9bc95 + 1bb207e commit 0ba92ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions t/t3302-notes-index-expensive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ test_description='Test commit notes index (expensive!)'

. ./test-lib.sh

test -n "$GIT_NOTES_TIMING_TESTS" && test_set_prereq EXPENSIVE

create_repo () {
number_of_commits=$1
nr=0
Expand Down
2 changes: 0 additions & 2 deletions t/t3419-rebase-patch-id.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ test_description='git rebase - test patch id computation'

. ./test-lib.sh

test -n "$GIT_PATCHID_TIMING_TESTS" && test_set_prereq EXPENSIVE

count () {
i=0
while test $i -lt $1
Expand Down

0 comments on commit 0ba92ef

Please sign in to comment.