From bf6bcf6dda554f1d24050ec28d24ea70250f5920 Mon Sep 17 00:00:00 2001 From: George Danchev Date: Tue, 28 Jun 2011 07:02:15 +0000 Subject: [PATCH] updated to make latest conventions more clear --- releng/README.releng | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/releng/README.releng b/releng/README.releng index 026366da..7e3206e9 100644 --- a/releng/README.releng +++ b/releng/README.releng @@ -9,18 +9,18 @@ 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/.libburnia-releng/FILE.conf - + Read the configuration files and set up accordingly + + Read the configuration files and set up accordingly to your needs * DELIVERING A NEW TEST SCRIPT - + start a new test over the top of template_new_releng - + file name starts with releng_ + + start a new test script over the top of template_new_releng + + all filenames start with releng_ prefix + 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} + + well documented configuration file $script.conf.template + throw FAIL string to stdout if any failure is detected + exit code 0 on success, non-zero on failure - + use different exit codes for any failure (10, 20, ... 100) + + use different exit codes for any failure (range 1-31) * RUNNING TESTS + All tests have to be run from the releng/ directory, within @@ -36,6 +36,10 @@ Release Engineering Che[at|ck] List FILE: libisoburn/releng/releng_build_isojigdo WHO: george, thomas + TEST: releng_check_hardlinks + FILE: libisoburn/releng/releng_check_hardlinks + WHO: george, thomas + TEST: releng_check_isocontent FILE: libisoburn/releng/releng_check_isocontent WHO: george, thomas