hg site extension
 
(Arne Babenhauserheide)
2012-10-30: disabled tests which only run on my main machine

disabled tests which only run on my main machine

diff --git a/staticsite.py b/staticsite.py
--- a/staticsite.py
+++ b/staticsite.py
@@ -994,10 +994,10 @@ def test():
     showcall(["hg", "--config", "extensions.site="+__file__, "site", "-B", "-n", "mysite"])
     # check if uploading works: Only a valid test, if you have a
     # post-push hook which does the uploading
-    showcall(["hg", "--config", "extensions.site="+__file__, "push"])
+    # showcall(["hg", "--config", "extensions.site="+__file__, "push"])
     # check if push directly to ftp works. Requires the path draketo
     # to be set up in .hg/hgrc as ftp://user:password/path
-    showcall(["hg", "--config", "extensions.site="+__file__, "push", "draketo", "--sitename", "hg site extension"])
+    # showcall(["hg", "--config", "extensions.site="+__file__, "push", "draketo", "--sitename", "hg site extension"])
 
 if __name__ == "__main__":
     test()