[CalendarServer-changes] [11750] CalDAVTester/trunk/README.txt

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 24 03:28:35 PDT 2013


Revision: 11750
          http://trac.calendarserver.org//changeset/11750
Author:   cdaboo at apple.com
Date:     2013-09-24 03:28:34 -0700 (Tue, 24 Sep 2013)
Log Message:
-----------
Provide more command line argument details.

Modified Paths:
--------------
    CalDAVTester/trunk/README.txt

Modified: CalDAVTester/trunk/README.txt
===================================================================
--- CalDAVTester/trunk/README.txt	2013-09-23 13:18:02 UTC (rev 11749)
+++ CalDAVTester/trunk/README.txt	2013-09-24 10:28:34 UTC (rev 11750)
@@ -12,12 +12,25 @@
 
 COMMAND LINE OPTIONS
 
-testcaldav.py [-s filename] [-p filename] [-d] [--ssl] [--all] [--random] \
+testcaldav.py \
+	[-s filename] \
+	[-x dirpath] \
+	[--ssl] \
+	[--all] \
+	[--random] \
+	[--random-seed SEED] \
+	[--print-details-onfail] \
+	[--always-print-request] \
+	[--always-print-response] \
+	[--exclude filename] \
 	file1 file2 ...
 
 	-s : filename specifies the file to use for server information
 	(default is 'serverinfo.xml').
 
+	-x : directory path for test scripts
+	(default is 'scripts/tests').
+
 	-p : filename specifies the file to use to populate the server with
 	data. Server data population only occurs when this option is
 	present.
@@ -32,6 +45,16 @@
 	caldavtest.dtd are executed.
 
 	--random : randomize the order in which the tests are run.
+	
+	--random-seed SEED : a specific randon seed to use.
+	
+	--print-details-onfail : print HTTP request/response when a test fails.
+	
+	--always-print-request : always print HTTP request.
+	
+	--always-print-response : always print HTTP response.
+	
+	--exclude FILE : when running with --all, exclude the file from the test run. 
 
 	file1 file2 ...: a list of test files to execute tests from.
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130924/6aaf02d3/attachment.html>


More information about the calendarserver-changes mailing list