diff options
author | Lukas Larsson <[email protected]> | 2010-10-14 18:15:14 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2010-10-14 18:15:14 +0200 |
commit | a5c459a66fdbd9230c79220265af7adf5413cf52 (patch) | |
tree | af4629fab0d681dd672c91b36622764588680499 /lib/common_test | |
parent | 25afc3095657009724b4f690c0d6666b49acfb84 (diff) | |
download | otp-a5c459a66fdbd9230c79220265af7adf5413cf52.tar.gz otp-a5c459a66fdbd9230c79220265af7adf5413cf52.tar.bz2 otp-a5c459a66fdbd9230c79220265af7adf5413cf52.zip |
Update get_status doc to include no_tests_running
Diffstat (limited to 'lib/common_test')
-rw-r--r-- | lib/common_test/src/ct.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct.erl b/lib/common_test/src/ct.erl index 8ae175f10d..1dbf83ee10 100644 --- a/lib/common_test/src/ct.erl +++ b/lib/common_test/src/ct.erl @@ -694,7 +694,7 @@ userdata(TestDir, Suite, Case) -> %%%----------------------------------------------------------------- -%%% @spec get_status() -> TestStatus | {error,Reason} +%%% @spec get_status() -> TestStatus | {error,Reason} | no_tests_running %%% TestStatus = [StatusElem] %%% StatusElem = {current,{Suite,TestCase}} | {successful,Successful} | %%% {failed,Failed} | {skipped,Skipped} | {total,Total} |