]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.deploy: temporary disable on windows
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 15 Jan 2023 04:19:34 +0000 (20:19 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 15 Jan 2023 04:19:34 +0000 (20:19 -0800)
basis/tools/deploy/deploy-tests.factor

index 0b5028a5daa66d4e5eaf7df8869c7587d9c746d3..1fda522b08d64775ef66b6e4ac60fa1833ffa7df 100644 (file)
@@ -7,6 +7,8 @@ io.directories splitting tools.deploy tools.deploy.test vocabs ;
 
 IN: tools.deploy.tests
 
+os windows? [
+
 ! Delete all cached staging images in case syntax or
 ! other core vocabularies have changed and staging
 ! images are stale.
@@ -180,3 +182,5 @@ os macosx? [
 { } [ "benchmark.ui-panes" shake-and-bake run-temp-image ] long-unit-test
 
 { } [ "tools.deploy.test.23" shake-and-bake ] long-unit-test
+
+] unless