From a4c5b07ad7fc643fefafbc56840d9dca60dd8458 Mon Sep 17 00:00:00 2001 From: dhuth Date: Fri, 5 Sep 2014 13:23:48 -0600 Subject: checking repo setup --- special_doe_file.tmp | 1 + 1 file changed, 1 insertion(+) create mode 100644 special_doe_file.tmp diff --git a/special_doe_file.tmp b/special_doe_file.tmp new file mode 100644 index 0000000..6291da5 --- /dev/null +++ b/special_doe_file.tmp @@ -0,0 +1 @@ +This should not be visible from the chill repo. -- cgit v1.2.3-70-g09d2 From ded84bb4aec7461738e7b7033d782a518e2c606b Mon Sep 17 00:00:00 2001 From: dhuth Date: Fri, 5 Sep 2014 13:37:36 -0600 Subject: checking repo setup --- special_doe_file.tmp | 1 - 1 file changed, 1 deletion(-) delete mode 100644 special_doe_file.tmp diff --git a/special_doe_file.tmp b/special_doe_file.tmp deleted file mode 100644 index 6291da5..0000000 --- a/special_doe_file.tmp +++ /dev/null @@ -1 +0,0 @@ -This should not be visible from the chill repo. -- cgit v1.2.3-70-g09d2 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