Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(235)

Unified Diff: tests/cli/psteal_tool.py

Issue 317630043: [plaso] Refactored psort front-end to tool #160 (Closed)
Patch Set: Refactored psort front-end to tool #160 Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/cli/psteal_tool.py
diff --git a/tests/cli/psteal_tool.py b/tests/cli/psteal_tool.py
index baa588669e5fb3818475d3865e59e4b8e1155370..46424b5a552883d6c8a2c6ee5517aef33d1ebdf3 100644
--- a/tests/cli/psteal_tool.py
+++ b/tests/cli/psteal_tool.py
@@ -38,7 +38,7 @@ class PstealToolTest(test_lib.CLIToolTestCase):
# Test when the output file is missing.
options.source = self._GetTestFilePath([u'testdir'])
- expected_error = (u'Output format: dynamic requires an output file.')
+ expected_error = (u'Output format: dynamic requires an output file')
with self.assertRaisesRegexp(errors.BadConfigOption, expected_error):
test_tool.ParseOptions(options)

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b