diff --git a/get_results.sh b/get_results.sh index bf220b3d..185035c5 100755 --- a/get_results.sh +++ b/get_results.sh @@ -89,4 +89,9 @@ echo "${SCEN[@]}" | tr ' ' '\n' \ | parallel "${BIN_DIR}/check.sh ${GRAPH} -C -R ${OPTS} ${RETRANS} ${CDR} -d ${DOMAIN} -p ${PROFILE} -s ${GROUP}" status=$? echo "$(date) - All done[${status}]" +tap_cmd=() +for t in "${SCEN[@]}" ; do + tap_cmd+=( "result/${GROUP}/${t}/"*tap ) +done +prove -f -Q "${tap_cmd[@]}" exit ${status}