diff --git a/test_suite/README b/test_suite/README index d3639bb2..0349b1cf 100644 --- a/test_suite/README +++ b/test_suite/README @@ -107,7 +107,10 @@ The output fo start_test.sh consists of the following sections: - Section titled " Starting " In this section lines starting with "calling ..." mark the call to one of the functions listed in the aforementioned variables prepare_list, - setup_list, run_list, cleanup_list and finish_list + setup_list, run_list, cleanup_list and finish_list. + The main part of this section consists of output lines of the function + lib_vmsg. These lines have the following format: + [[]] - In case of an error: Subsection titled "Callstack" (to stderr) diff --git a/test_suite/default-main.conf b/test_suite/default-main.conf index 50306c93..795f930e 100644 --- a/test_suite/default-main.conf +++ b/test_suite/default-main.conf @@ -51,6 +51,12 @@ main_set_globals_depending_on_main_host_list ## (main_lock_file_list) main_prevent_remove_lock_files_code=42 +## stack level from which the callstack should be printed in function +## lib_vmsg +## As default we skip the top three, because in general these are constantly +## stdin, start_test.sh and 00_main.sh +main_min_stack_level=3 + ## host indexed list of bootloaders. In case of lilo we check after installing ## a kernel, that the label given in main_host_bootloader_label_list exists ## in /etc/lilo.conf and call lilo -R