Skip to content

Commit

Permalink
Small fix for cases where the data or report dirs are not specified.
Browse files Browse the repository at this point in the history
BUG=none
TEST=We should run those scripts with and without the optional arguments :-)


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17088 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
mad@google.com committed May 28, 2009
1 parent 9d0e4b3 commit be8d179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/purify/purify_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def CreateOptionParser(self):
help="path where report files are saved")

def ParseArgv(self):
script_dir = google.path_utils.ScriptDir()
if common.Rational.ParseArgv(self):
if self._options.exe:
self._exe = self._options.exe;
Expand Down

0 comments on commit be8d179

Please sign in to comment.