Skip to content

Commit

Permalink
fix in test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sawenzel committed Nov 24, 2016
1 parent d09de98 commit 19a5548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/gun/finalcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ -z "${value}" ]; then
fi

# Pythia errors
value=`grep "Error type*PYEXEC" g3/sim.log`
value=`grep "Error type*PYEXEC" sim.log`
if [ -z "${value}" ]; then
echo "Pythia Warning"
# let error=error+1
Expand Down
2 changes: 1 addition & 1 deletion test/runtest_isolated.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if [ -d "${ALICE_ROOT}" ]; then
mkdir -p ${TARGETDIR}
fi

rsync -Rr ${TESTDIR}/* ${TARGETDIR}
rsync --copy-links -Rr ${TESTDIR}/* ${TARGETDIR}

FINALDIR="${TARGETDIR}/${TESTDIR}"

Expand Down

0 comments on commit 19a5548

Please sign in to comment.