iglunix/base/bmake/no-test.patch
2021-07-31 12:55:09 +00:00

11 lines
246 B
Diff

--- ../bmakeb/bmake/boot-strap 2020-11-13 21:47:25.000000000 +0000
+++ boot-strap 2020-12-27 17:26:13.126598658 +0000
@@ -431,7 +431,7 @@
op_test() {
[ -x bmake ] || op_build
- Bmake test || exit 1
+ #Bmake test || exit 1
}
op_clean() {