Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d9ca41e7
Commit
d9ca41e7
authored
Jun 26, 2014
by
Glenn Morris
Browse files
* test/automated/Makefile.in (%.log): If error, dump log to stdout.
This is mainly so we can see what is going on on hydra...
parent
6e5a5743
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
test/ChangeLog
test/ChangeLog
+4
-0
test/automated/Makefile.in
test/automated/Makefile.in
+3
-1
No files found.
test/ChangeLog
View file @
d9ca41e7
2014-06-26 Glenn Morris <rgm@gnu.org>
* automated/Makefile.in (%.log): If error, dump log to stdout.
2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
* automated/package-test.el (package-test-update-listing)
...
...
test/automated/Makefile.in
View file @
d9ca41e7
...
...
@@ -77,7 +77,9 @@ all: check
echo
Testing
$$
loadfile
;
\
stat
=
OK
;
\
$(emacs)
-l
ert
-l
$$
loadfile
\
-f
ert-run-tests-batch-and-exit
>
&
$@
||
stat
=
ERROR
;
\
-f
ert-run-tests-batch-and-exit
>
&
$@
||
{
\
stat
=
ERROR
;
\
cat
$@
;
}
;
\
echo
$$
stat
:
$@
ELFILES
=
$(
wildcard
${srcdir}
/
*
.el
)
...
...
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