Skip to content
Snippets Groups Projects
Commit a6233fef authored by Ziyue Zhang's avatar Ziyue Zhang
Browse files

WIP: Last commit before rebase - 1

parent 1bca65c4
No related branches found
No related tags found
1 merge request!42Add y, Q2, x, t resolution tests
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment