Skip to content

Commit

Permalink
Merge branch 'build/make/test'
Browse files Browse the repository at this point in the history
  • Loading branch information
nickolasburr committed Jan 26, 2018
2 parents b6f9bc6 + 0dc2810 commit 712446d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/test.sh
Expand Up @@ -27,9 +27,10 @@ TESTS=(
"--first --no-patch --branch origin/master"
"--last --no-merges --no-patch"
"--func=in_array --no-renames"
"--pickaxe git_track_map_aliases --last --no-patch"
"--range 954829d 67bfd35 --no-patch"
"--pickaxe=git_track_map_aliases --last --no-patch"
"--range 954829d,67bfd35 --no-patch"
"--branch origin/master --last --no-merges"
"--last=3 --lines=20,35 --no-merges --no-renames"
)

for OPTIONS in "${TESTS[@]}"; do
Expand Down

0 comments on commit 712446d

Please sign in to comment.