aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct.erl
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2010-10-14 18:15:14 +0200
committerLukas Larsson <[email protected]>2010-10-14 18:15:14 +0200
commita5c459a66fdbd9230c79220265af7adf5413cf52 (patch)
treeaf4629fab0d681dd672c91b36622764588680499 /lib/common_test/src/ct.erl
parent25afc3095657009724b4f690c0d6666b49acfb84 (diff)
downloadotp-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/src/ct.erl')
-rw-r--r--lib/common_test/src/ct.erl2
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}