Ubuntu Pastebin

Paste from alesage at Fri, 30 Jan 2015 19:11:45 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
=== modified file 'ubuntu_sanity_tests/command_line.py'
--- ubuntu_sanity_tests/command_line.py	2015-01-30 18:38:02 +0000
+++ ubuntu_sanity_tests/command_line.py	2015-01-30 19:10:08 +0000
@@ -31,7 +31,7 @@
 
 def main():
     args = _parse_arguments()
-    return_code = run_sanity_tests(args.conf_name)
+    return_code = run_sanity_tests(args.config)
     exit(return_code)
 
 
Download as text