diff options
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/test_cmdline_tool.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tests/test_cmdline_tool.py b/tests/test_cmdline_tool.py index e841905..47983d9 100755 --- a/tests/test_cmdline_tool.py +++ b/tests/test_cmdline_tool.py @@ -80,6 +80,7 @@ def run_test(testname, cmd, args):                  return False      except OSError, err:          print >> sys.stderr, "Error: %s \"%s\"" % (err.strerror, cmd) +        return False      return True | 
