From: Eric Bollengier Date: Tue, 27 Oct 2020 09:27:40 +0000 (+0100) Subject: regress: Fix timeout issue with CDASH on new scripts X-Git-Tag: Release-11.3.2~889 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e96388f58ff5847ad6c801d81663236c80dcb68c;p=thirdparty%2Fbacula.git regress: Fix timeout issue with CDASH on new scripts --- diff --git a/regress/tests/bscan-plugin-objects-test b/regress/tests/bscan-plugin-objects-test index 37b4343b3..ce5905bfc 100755 --- a/regress/tests/bscan-plugin-objects-test +++ b/regress/tests/bscan-plugin-objects-test @@ -118,4 +118,5 @@ if [ ${objects_lines} -ne 2 ]; then print_debug "Wrong plugin objects count found in output: ${objects_lines}, expected 2" fi +stop_bacula end_test diff --git a/regress/tests/bscan-restore-objects-test b/regress/tests/bscan-restore-objects-test index 9bcd46dfe..33f2dc841 100755 --- a/regress/tests/bscan-restore-objects-test +++ b/regress/tests/bscan-restore-objects-test @@ -142,5 +142,6 @@ if [ $nb -ne 1 ]; then fi run_bconsole +stop_bacula end_test diff --git a/regress/tests/plugin-objects-syntetic-test b/regress/tests/plugin-objects-syntetic-test index c244061bf..f80b2f073 100755 --- a/regress/tests/plugin-objects-syntetic-test +++ b/regress/tests/plugin-objects-syntetic-test @@ -148,4 +148,5 @@ if [ ${objects_lines} -ne 3 ]; then print_debug "Wrong 'Type_third' plugin objects count found in output: ${objects_lines}, expected 3" fi +stop_bacula end_test diff --git a/regress/tests/plugin-objects-test b/regress/tests/plugin-objects-test index d8958ba35..c9d0bc3b7 100755 --- a/regress/tests/plugin-objects-test +++ b/regress/tests/plugin-objects-test @@ -177,4 +177,6 @@ if [ ${objects_lines} -ne 0 ]; then estat=1 print_debug "Wrong plugin objects count found in output: ${objects_lines}, expected 0" fi + +stop_bacula end_test