mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
Some tests are unreliable and we were fighting them by just disabling. So instead of running tests on build, provide "test" target. And now we may remove the patches that disabled failing tests. PR: 264856
12 lines
302 B
Text
12 lines
302 B
Text
--- boot-strap.orig 2022-06-29 08:25:21.380209000 +0300
|
|
+++ boot-strap 2022-06-29 08:25:03.068725000 +0300
|
|
@@ -413,9 +413,6 @@
|
|
[ -s make-bootstrap.sh ] || op_configure
|
|
chmod 755 make-bootstrap.sh || exit 1
|
|
./make-bootstrap.sh || exit 1
|
|
- case "$op" in
|
|
- build) op_test;;
|
|
- esac
|
|
}
|
|
|
|
op_test() {
|