diff options
author | Peter Andersson <[email protected]> | 2012-03-13 17:05:08 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2012-03-13 17:05:08 +0100 |
commit | ccdee0c96757252c63f4e4d2f3d21c628e0c4025 (patch) | |
tree | 9708d5bdb8bd9110d8c16082aa9370d497752c29 /lib/common_test/src/ct.erl | |
parent | 83b3156388ee6773fddd82e5395bdfe2c8eedc19 (diff) | |
download | otp-ccdee0c96757252c63f4e4d2f3d21c628e0c4025.tar.gz otp-ccdee0c96757252c63f4e4d2f3d21c628e0c4025.tar.bz2 otp-ccdee0c96757252c63f4e4d2f3d21c628e0c4025.zip |
Change the option name 'unique_priv_dir' to 'create_priv_dir'
The new values for create_priv_dir are:
auto_per_run, auto_per_tc, manual_per_tc
Diffstat (limited to 'lib/common_test/src/ct.erl')
-rw-r--r-- | lib/common_test/src/ct.erl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/common_test/src/ct.erl b/lib/common_test/src/ct.erl index 83ed0a66d7..63a8adbc63 100644 --- a/lib/common_test/src/ct.erl +++ b/lib/common_test/src/ct.erl @@ -676,9 +676,9 @@ send_html_comment(Comment) -> %%%----------------------------------------------------------------- %%% @spec make_priv_dir() -> ok | {error,Reason} %%% Reason = term() -%%% @doc If the test has been started with the unique_priv_dir -%%% option set to manual, in order for the test case to use the -%%% private directory, it must first create it by calling +%%% @doc If the test has been started with the create_priv_dir +%%% option set to manual_per_tc, in order for the test case to use +%%% the private directory, it must first create it by calling %%% this function. make_priv_dir() -> test_server:make_priv_dir(). |