From 4d46b92b3030a4d38d7e09274f0463bbcb94694e Mon Sep 17 00:00:00 2001 From: Derick Huth Date: Mon, 1 Dec 2014 11:42:06 -0700 Subject: Update README.md --- test-chill/README.md | 18 +++++------------- 1 file 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 * *` -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 ] local ` If the environment variable $OMEGAHOME is set, the `-O` argument can be ommited. -`python -m testchill repo ` +`python -m testchill [-O ] local [-C ]` 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-dir ` 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. - --

`repo ` - - Checkout the latest version of omega and chill, compile both and test chill. - Arguments: - - `` - - Svn username. + `dev` is used by default. -- cgit v1.2.3-70-g09d2