Reverted doc and test names back to original
authorTodd Lyons <tlyons@ivenue.com>
Tue, 29 Oct 2013 19:04:46 +0000 (12:04 -0700)
committerTodd Lyons <tlyons@ivenue.com>
Tue, 29 Oct 2013 19:04:46 +0000 (12:04 -0700)
TestingBuilds.md

index 9f90ef63d20f8b1e6a47a6802c420bfaf7371ef0..d8052071158bc9274fa682a0682b94e9c9d78267 100644 (file)
@@ -28,8 +28,8 @@ The base script which handles everything is the run_build.pl script.  The comman
 ### Valid Stages:
 * configure
 * make
-* build_docs  (optional, off by default)
-* make_test   (optional, off by default)
+* make-doc  (optional, off by default)
+* test      (optional, off by default)
 
 In each of the following sample command lines, remember that `--test` will force all steps and will not locally store the state of the git checkout nor the state of each of stage, nor will it submit the results to the server.
 
@@ -49,11 +49,11 @@ In each of the following sample command lines, remember that `--test` will force
 `./run_build.pl --override range_test_num='1 9'`
 
 6. Just build docs, don't submit results:
-`./run_build.pl --force --only-steps=build_docs --nosend`
+`./run_build.pl --force --only-steps=make-doc --nosend`
 
 7. Just build docs, equivalent command:
-`./run_build.pl --test --only-steps=build_docs`
+`./run_build.pl --test --only-steps=make-doc`
 
 8. Just build docs, but allow it to submit results:
-`./run_build.pl --force --only-steps=build_docs`
+`./run_build.pl --force --only-steps=make-doc`