From 6f7b58f6c910c624a3863b717dbbc8bd7b487d52 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 26 Sep 2010 22:47:55 -0700 Subject: [PATCH] mason.release.branch: fix test failure --- extra/mason/release/branch/branch-tests.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/mason/release/branch/branch-tests.factor b/extra/mason/release/branch/branch-tests.factor index 463f8b13c1..8327ae985d 100644 --- a/extra/mason/release/branch/branch-tests.factor +++ b/extra/mason/release/branch/branch-tests.factor @@ -1,7 +1,7 @@ IN: mason.release.branch.tests USING: mason.release.branch mason.config tools.test namespaces ; -[ { "git" "push" "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