From fe1d451fe992ff5ab7563d07dd81ea0f4f81a3ef Mon Sep 17 00:00:00 2001 From: George Danchev Date: Sun, 17 Jul 2011 16:20:58 +0000 Subject: [PATCH] move the space requirements into single place, README.core --- releng/README.core | 6 ++++-- releng/run_all_releng | 5 +---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/releng/README.core b/releng/README.core index e715f3e2..18bddb6e 100644 --- a/releng/README.core +++ b/releng/README.core @@ -8,8 +8,10 @@ Release Engineering * SETUP THE TEST ENVIRONMENT AND RUN THE TEST SUITE + All tests have to be run from the releng/ directory, within - libisoburn source tree. There is a 'master' script called - run_all_releng, which runs all scripts prefixed with releng_*. + libisoburn source tree. Self-generated data are stored in + ./releng_generated_data/ directory, and the required space for + these data is about 300 megabytes. There is a 'master' script + called run_all_releng, which runs all scripts prefixed with releng_*. + Any releng_* script can be run on its own, regardless. + Any manual_* script is to be run on its own, i.e. by hand. + All scripts support -h, -help, --help and diff --git a/releng/run_all_releng b/releng/run_all_releng index c4ef3cd1..c81f8f04 100755 --- a/releng/run_all_releng +++ b/releng/run_all_releng @@ -91,10 +91,7 @@ ${SELF} runs executables from CWD starting with releng_*, passing them its own options. stdout/stderr output stored in: ${CLOG} -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -self-generated data are stored in ${GEN_DATA_DIR}. -required space for these data is about 300 megabytes. -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + examples: # run xorriso and keep the self-generated data $ ./${SELF} -x path/to/xorriso [-k]