SSO Logout

Subversion Repositories hepmc

Compare Revisions

Ignore whitespace Rev 59 → Rev 60

/trunk/test/testHepMC.sh.in
7,7 → 7,14
./testHepMC@EXEEXT@ \
| @DIFF_Q@ - @srcdir@/testHepMC.output > /dev/null
 
@DIFF_Q@ testHepMCParticle.out @srcdir@/testHepMCParticle.output
# MacOSX fix
OS=`uname`
if [ $OS == "Darwin" ]; then
sed 's/e-00/e+00/g' @srcdir@/testHepMCParticle.output | \
@DIFF_Q@ - testHepMCParticle.out
else
@DIFF_Q@ testHepMCParticle.out @srcdir@/testHepMCParticle.output
fi
 
# perform the following comparisons by hand
# Particles within a vertex are not written in a defined order