]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/mason/release/branch/branch-tests.factor
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
[factor.git] / extra / mason / release / branch / branch-tests.factor
index 10c177e1b80c7998399b09eecf40cb28d804a417..fb3df6c50d7676cbc4acaccba1bfb6e9b4e9bfb5 100644 (file)
@@ -2,7 +2,7 @@ IN: mason.release.branch.tests
 USING: mason.release.branch mason.config tools.test namespaces
 system ;
 
-[ { "git" "push" "-f" "joe@blah.com:/my/git" "master:clean-linux-x86-32" } ] [
+{ { "git" "push" "-f" "joe@blah.com:/my/git" "master:clean-linux-x86-32" } } [
     [
         "joe" branch-username set
         "blah.com" branch-host set
@@ -13,7 +13,7 @@ system ;
     ] with-scope
 ] unit-test
 
-[ { "scp" "boot.windows-x86.64.image" "joe@blah.com:/stuff/clean/windows-x86-64" } ] [
+{ { "scp" "boot.windows-x86.64.image" "joe@blah.com:/stuff/clean/windows-x86-64" } } [
     [
         "scp" scp-command set
         "joe" image-username set