From 33c9097217edc6b3b03b23c0c8f25ab481e9224c Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 9 Dec 2017 03:58:19 -0600 Subject: [PATCH] mason.child: Remove unit tests since they're hard to maintain and if they fail then the CI fails as well anyway. --- extra/mason/child/child-tests.factor | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/extra/mason/child/child-tests.factor b/extra/mason/child/child-tests.factor index 291024e775..f2e99714ab 100644 --- a/extra/mason/child/child-tests.factor +++ b/extra/mason/child/child-tests.factor @@ -2,22 +2,6 @@ USING: io io.pathnames kernel mason.child mason.config namespaces sequences system tools.test ; IN: mason.child.tests -{ { "make" "macosx-x86-32" } } [ - H{ - { target-os macosx } - { target-cpu x86.32 } - } [ mason-child-make-cmd ] with-variables -] unit-test - -! Must be an absolute path on Windows because launch directory -! is relative to parent directory (instead of current directory). -{ t } [ - H{ - { target-os windows } - { target-cpu x86.32 } - } [ mason-child-make-cmd ] with-variables first absolute-path? -] unit-test - { t } [ H{ { target-os windows }