From a6233fef89355938d725af3e3447e9206fb2992a Mon Sep 17 00:00:00 2001 From: Ziyue Zhang <Ziyue_Zhang@localhost.localdomain> Date: Wed, 31 Mar 2021 13:59:33 -0500 Subject: [PATCH] WIP: Last commit before rebase - 1 --- benchmarks/dvmp/dvmp.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/benchmarks/dvmp/dvmp.sh b/benchmarks/dvmp/dvmp.sh index 11d21940..1746a860 100755 --- a/benchmarks/dvmp/dvmp.sh +++ b/benchmarks/dvmp/dvmp.sh @@ -126,11 +126,11 @@ EOF #cat ${CONFIG} ## run the analysis script with this configuration -#root -b -q "benchmarks/dvmp/analysis/vm_mass.cxx+(\"${CONFIG}\")" -#if [ "$?" -ne "0" ] ; then -# echo "ERROR running vm_mass script" -# exit 1 -#fi +root -b -q "benchmarks/dvmp/analysis/vm_mass.cxx+(\"${CONFIG}\")" +if [ "$?" -ne "0" ] ; then + echo "ERROR running vm_mass script" + exit 1 +fi root -b -q "benchmarks/dvmp/analysis/vm_invar.cxx+(\"${CONFIG}\")" if [ "$?" -ne "0" ] ; then echo "ERROR running vm_invar script" -- GitLab