updated to the latest conventions

This commit is contained in:
George Danchev 2011-06-28 06:35:36 +00:00
parent c4739935cb
commit fb527762ec
2 changed files with 3 additions and 3 deletions

View File

@ -8,13 +8,13 @@ Release Engineering Che[at|ck] List
* SETUP THE TEST ENVIRONMENT
+ Not all TESTs are scripts (e.g. cppcheck, valgrind)
+ Copy all FILE.conf.template to $HOME/FILE.conf
+ Copy all FILE.conf.template to $HOME/.libburnia-releng/FILE.conf
+ Read the configuration files and set up accordingly
* DELIVERING A NEW TEST SCRIPT
+ start a new test over the top of template_new_releng
+ file name starts with releng_
+ any generated data to be stored in ./$0.result directory
+ any generated data to be stored in ./tmp/scriptname directory
+ test data generation options -rc [-keep]
+ test data removal options -cleanup
+ well documented configuration file test.conf{.template}

View File

@ -24,4 +24,4 @@
* Interpreter to read options from config files and sets the variables
* Config files to be stored in $HOME/.libburnia-releng/
* Generated data in ./tmp/$scriptname.result
* Generated data in ./tmp/$scriptname directory