Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
c51b6db0
Commit
c51b6db0
authored
Dec 08, 2014
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #429 from jbenet/makefile-all-commits
Makefile: add test_all_commits
parents
72dd3718
b0e251bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
Makefile
Makefile
+6
-0
test/bin/continueyn
test/bin/continueyn
+10
-0
No files found.
Makefile
View file @
c51b6db0
...
...
@@ -28,3 +28,9 @@ test_sharness:
test_sharness_expensive
:
cd test
/
&&
make
TEST_EXPENSIVE
=
1
test_all_commits
:
@
echo
"testing all commits between origin/master..HEAD"
@
echo
"WARNING: this will 'git rebase --exec'."
@
test
/bin/continueyn
GIT_EDITOR
=
true
git rebase
-i
--exec
"make test"
origin/master
test/bin/continueyn
0 → 100755
View file @
c51b6db0
#!/bin/sh
# Author: Juan Batiz-Benet <juan@benet.ai>
# MIT LICENSED
read
-p
"continue? [y/N] "
echo
if
[[
$REPLY
=
~ ^[Yy]
$
]]
;
then
exit
0
fi
exit
-1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment