diff --git a/get_results.sh b/get_results.sh index 25124291..c3cf6f98 100755 --- a/get_results.sh +++ b/get_results.sh @@ -43,5 +43,6 @@ rm -rf ${RESULT_DIR} find ${BASE_DIR}/scenarios/ -depth -maxdepth 1 -mindepth 1 -type d -exec basename {} \; | grep -v templates| sort \ | parallel "${BIN_DIR}/check.sh ${GRAPH} -C -d ${DOMAIN} -p ${PROFILE}" - +status=$? echo "$(date) - All done" +exit $status