DescriptionDon't delete the user profile directory for tests that ran with --user-data-dir.
Committing for rsimha@chromium.org. Original review: http://codereview.chromium.org/1739007/show
Added a boolean field to class ChromeTestSuite, called "created_user_data_dir_". It defaults to false, and is set to true if no value is passed for --user_data_dir via command line. If the flag is false, the directory specified by the user is not deleted after test execution, and if it is true, the directory is deleted, as it always has been.
Note: user_data_dir is emptied before test execution -- this behavior remains unaltered.
BUG=42374
TEST=User profile directory still exists after running a test with --user-data-dir.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=45673
Patch Set 1 #
Total comments: 1
Patch Set 2 : Preparing Raghu's patch for commit #Messages
Total messages: 3 (0 generated)
|