[Blends-commit] [SCM] website branch, master, updated. 231677f792b62d67e79f08b027665a00ee82ef17

Akshita Jha akshita-guest at users.alioth.debian.org
Thu Aug 6 10:51:18 UTC 2015


The following commit has been merged in the master branch:
commit 231677f792b62d67e79f08b027665a00ee82ef17
Author: Akshita Jha <akshita-guest at users.alioth.debian.org>
Date:   Thu Aug 6 16:19:57 2015 +0530

    Modify test_output.py : Usage: ./test_output.py <optional sloppy flag (-s)> <Blend> <optional lang>

diff --git a/webtools_py3/test_output.py b/webtools_py3/test_output.py
index 9ddbb06..1ae0c87 100755
--- a/webtools_py3/test_output.py
+++ b/webtools_py3/test_output.py
@@ -132,7 +132,7 @@ def task_file(dir_path, lang=''):
 def main():
     global s
     if len(sys.argv) <= 1:
-        print("Usage: ./test_output.py <Blend> <optional lang>\nOutput directory : ./tests/<Blend>/<task_file.diff>")
+        print("Usage: ./test_output.py <optional sloppy flag (-s)> <Blend> <optional lang>\nOutput directory : ./tests/<Blend>/<task_file.diff>")
         exit(-1)
 
     blend = ''  # to store name of blend
@@ -146,7 +146,7 @@ def main():
         elif len(sys.argv) == 3:
             lang = ''
         else:
-            print("Usage: ./test_output.py <Blend> <optional lang>\nOutput directory : ./tests/<Blend>/<task_file.diff>")
+            print("Usage: ./test_output.py <optional sloppy flag (-s)> <Blend> <optional lang>\nOutput directory : ./tests/<Blend>/<task_file.diff>")
             exit(-1)
     else:
         s = 0
@@ -156,7 +156,7 @@ def main():
         elif len(sys.argv) == 2:
             lang = ''
         else:
-            print("Usage: ./test_output.py <Blend> <optional lang>\nOutput directory : ./tests/<Blend>/<task_file.diff>")
+            print("Usage: ./test_output.py <optional sloppy flag (-s)> <Blend> <optional lang>\nOutput directory : ./tests/<Blend>/<task_file.diff>")
             exit(-1)
 
     data = ReadConfig(blend)

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list