Skip to content
Snippets Groups Projects
Commit 2e97ad9d authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: dvcs/dvcs.sh

parent 712bd3d2
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ npsim --runType batch \ ...@@ -50,7 +50,7 @@ npsim --runType batch \
--inputFiles test_proton_dvcs_eic.hepmc \ --inputFiles test_proton_dvcs_eic.hepmc \
--outputFile ${JUGGLER_SIM_FILE} --outputFile ${JUGGLER_SIM_FILE}
if [[ "$?" -ne "0" ]] ; then if [[ "$?" -ne "0" ]] ; then
echo "ERROR running script" echo "ERROR running npsim"
exit 1 exit 1
fi fi
...@@ -61,8 +61,6 @@ if [[ "$?" -ne "0" ]] ; then ...@@ -61,8 +61,6 @@ if [[ "$?" -ne "0" ]] ; then
echo "ERROR running juggler" echo "ERROR running juggler"
exit 1 exit 1
fi fi
ls -l
popd
pwd pwd
mkdir -p results/dvcs mkdir -p results/dvcs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment