1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 04:35:13 +03:00
aports/testing/cvs-fast-export/disable-test-sporadic.patch
2022-07-26 04:17:40 +02:00

24 lines
901 B
Diff
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Fails with the following error message:
== Sporadic tests ==
date: invalid date +%s
expr: syntax error: unexpected argument 1
cvs-fast-export: option requires an argument: i
cvs-fast-export: try `cvs-fast-export --help' for more information.
incremental.sh: FAILED
make[1]: *** [/home/builder/aports/testing/cvs-fast-export/src/cvs-fast-export-1.55/tests/Makefile:159: sporadic] Error 1
make: *** [Makefile:147: check] Error 2
diff --git a/tests/Makefile b/tests/Makefile
index c7385cf..690a0c1 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -30,7 +30,7 @@ check: test
,v.dot:
$(CVS_FAST_EXPORT) -g $< >$*.dot
-test: s_regress m_regress r_regress i_regress t_regress c_regress sporadic
+test: s_regress m_regress r_regress i_regress t_regress c_regress # sporadic
@echo "No diff output is good news."
rebuild: s_rebuild m_rebuild r_rebuild i_rebuild t_rebuild # z_rebuild