Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
8c9071e7
Commit
8c9071e7
authored
Apr 22, 2014
by
Francois-Rene Rideau
Browse files
Be more quiet while checking results.
parent
73b18319
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
8c9071e7
...
...
@@ -191,7 +191,10 @@ check-all-upgrade-results:
fi
check-all-results
:
@
r
=
0
;
make check-all-test-results
||
r
=
1
;
make check-all-upgrade-results
||
r
=
1
;
exit
$r
@
r
=
0
;
\
make
--quiet
check-all-test-results
||
r
=
1
;
\
make
--quiet
check-all-upgrade-results
||
r
=
1
;
\
exit
$r
extract
:
extract-all-tagged-asdf
extract-all-tagged-asdf
:
build/asdf.lisp
...
...
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