#!/bin/bash # Copyright 2010-2014 Frank Liepold / 1&1 Internet AG # # Email: frank.liepold@1und1.de # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ##################################################################### ## path to your use case of the test suite. ## You *must* set this variable. ## This directory contains user specific sources and configurations and must ## be a subdirectory of $main_base_directory. global_user_dir=$main_base_directory/example ## directory of your modules global_user_module_dir=$global_user_dir/modules ## function called in lib_exit to run general checks lib_general_checks_after_every_test_function=lib_err_general_checks_after_every_test_case ## in our example we want to see the complete stack main_min_stack_level=1