mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-11 16:08:13 +00:00
* admin/automerge: Speed up check phase.
This commit is contained in:
parent
d48e07aaed
commit
5616125483
@ -213,7 +213,8 @@ echo "Build finished ok"
|
|||||||
|
|
||||||
echo "Testing..."
|
echo "Testing..."
|
||||||
|
|
||||||
make "$@" check || die "check error"
|
## We just want a fast pass/fail, we don't want to debug.
|
||||||
|
make "$@" check TEST_LOAD_EL=no || die "check error"
|
||||||
|
|
||||||
echo "Tests finished ok"
|
echo "Tests finished ok"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user