summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Huth <derickhuth@gmail.com>2014-12-01 11:42:06 -0700
committerDerick Huth <derickhuth@gmail.com>2014-12-01 11:42:06 -0700
commit4d46b92b3030a4d38d7e09274f0463bbcb94694e (patch)
tree76b16d4ca3d28130498d72df50faec9485a681d0
parent927726e680600b2b3a95cda2ea3e887238e368fa (diff)
downloadchill-4d46b92b3030a4d38d7e09274f0463bbcb94694e.tar.gz
chill-4d46b92b3030a4d38d7e09274f0463bbcb94694e.tar.bz2
chill-4d46b92b3030a4d38d7e09274f0463bbcb94694e.zip
Update README.md
-rw-r--r--test-chill/README.md18
1 files changed, 5 insertions, 13 deletions
diff --git a/test-chill/README.md b/test-chill/README.md
index 8f98ac4..e35ff68 100644
--- a/test-chill/README.md
+++ b/test-chill/README.md
@@ -12,12 +12,12 @@ It can also optionally test optimized code for correctness and provide code cove
testchill is a Python module, and can be run like any other Python module:
`python -m testchill <suite-args>* <sub-command> <sub-command-args>*`
-The most basic subcommands run the testsuite are [`local`](#-local-chill-home-) and [`repo`](#-repo-svn-username). `local` runs a set of tests on a local chill source directory, and `repo` will grab the latest version of both omega and chill and run the same set of tests.
+The most basic subcommand that runs the testsuite is [`local`](#-local-chill-home-). `local` runs a set of tests
+on the parent chill source directory.
-`python -m testchill [-O <path-to-omega>] local <path-to-chill>` If the environment variable $OMEGAHOME is set, the `-O` argument can be ommited.
-`python -m testchill repo <svn-user-name>`
+`python -m testchill [-O <path-to-omega>] local [-C <path-to-chill>]` If the environment variable $OMEGAHOME is set, the `-O` argument can be ommited.
-### Arguments common to all sub commands (with the exception of `repo` and `local`):
+### Arguments common to all sub commands (with the exception of `local`):
- `-w <working-directory>, --working-dir <working-directory>`
Sets the working directory where testchill will compile and run test scripts. If not set, the current working directory will be used.
@@ -143,15 +143,7 @@ The most basic subcommands run the testsuite are [`local`](#-local-chill-home-)
- `-v {release | dev}` or `--chill-branch {release | dev}`
`release` will run scripts as the old release version, and `dev` will run them as the current development version.
- `dev` is used by default.
-
-- <h4> `repo <svn-username>`
-
- Checkout the latest version of omega and chill, compile both and test chill.
- Arguments:
- - `<svn-username>`
-
- Svn username.
+ `dev` is used by default.