mirror of https://github.com/getdnsapi/getdns.git
Merge branch 'develop' of https://github.com/getdnsapi/getdns into variable_tls_backoff
This commit is contained in:
commit
8f683ef3c9
|
@ -858,9 +858,10 @@ echo "--------------- Test Output ------------------" | write_result result.$dsc
|
||||||
pre
|
pre
|
||||||
|
|
||||||
out "[log] Executing test"
|
out "[log] Executing test"
|
||||||
|
( ${SHELL} $dsc_test ${TPKG_ARGS} 2>&1 ) > result.$dsc_basename.tmp
|
||||||
( ${SHELL} $dsc_test ${TPKG_ARGS} 2>&1 ) | write_result result.$dsc_basename
|
|
||||||
test_result=$?
|
test_result=$?
|
||||||
|
write_result result.$dsc_basename < result.$dsc_basename.tmp
|
||||||
|
rm -f result.$dsc_basename.tmp
|
||||||
epoch # would like to run after post, but that is not possible :-(
|
epoch # would like to run after post, but that is not possible :-(
|
||||||
if [ $test_result -ne 0 ]; then
|
if [ $test_result -ne 0 ]; then
|
||||||
err "[warning] Test executed with errors: $test_result."
|
err "[warning] Test executed with errors: $test_result."
|
||||||
|
|
Loading…
Reference in New Issue