]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert "tools.deploy: temporary disable on windows"
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 15 Jan 2023 21:58:37 +0000 (13:58 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 15 Jan 2023 21:58:37 +0000 (13:58 -0800)
This reverts commit 02acff694ae6893fdc74f2d76411a338908ce57e.

basis/tools/deploy/deploy-tests.factor

index 1fda522b08d64775ef66b6e4ac60fa1833ffa7df..0b5028a5daa66d4e5eaf7df8869c7587d9c746d3 100644 (file)
@@ -7,8 +7,6 @@ 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.
@@ -182,5 +180,3 @@ 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