iglunix/base/bmake/no-test.patch

12 lines
172 B
Diff
Raw Normal View History

2021-12-26 12:40:14 +00:00
--- a/boot-strap
+++ b/boot-strap
@@ -420,7 +420,7 @@
2020-12-27 17:36:57 +00:00
op_test() {
[ -x bmake ] || op_build
2021-12-26 12:40:14 +00:00
- Bmake test "$@" || exit 1
+ #Bmake test "$@" || exit 1
2020-12-27 17:36:57 +00:00
}
op_clean() {