Skip to content
Snippets Groups Projects
Commit cc25f725 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

release script: Fix incorrect path.

parent 9459a279
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ s/^MAKE =[ ]*\(.*[^ ]\) *$/\1/; p ; q
fi
${MAKE} "${MAKE_DEBUG_ARGS[@]}" -j
${MAKE} "${MAKE_DEBUG_ARGS[@]}" -j check \
|| { gzip -c test/testsuite.log \
|| { gzip -c tests/test-suite.log \
>"${SRC_DIR}/${log_dir}/make-distcheck-testsuite.log.gz" ; \
exit 1; }
case $i in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment