hepmc - Diff between revs 154 and 219

Subversion Repositories:
Rev:
Show entire file - Ignore whitespace
Rev 154 Rev 219
Line 1... Line 1...
1 #! /bin/sh 1 #! /bin/sh
2 # @configure_input@ 2 # @configure_input@
3 # you can compare testHepMCIteration.out to @srcdir@/testHepMCIteration.dat -  
4 # and testHepMCIterationExtended.out to @srcdir@/testHepMCIterationExtended.dat, -  
5 # but the particles within a vertex are printed in "random" order -  
6 3
7 ./testHepMCIteration@EXEEXT@ >& testHepMCIteration.cout 4 ./testHepMCIteration@EXEEXT@ >& testHepMCIteration.cout
8 5
9 OS=`uname` 6 OS=`uname`
10 case "$OS" in 7 case "$OS" in
Line 12... Line 9...
12 #don't compare these on Windows (hopelessly different default output) 9 #don't compare these on Windows (hopelessly different default output)
13 cmd1= 10 cmd1=
14 ;; 11 ;;
15 Darwin*) 12 Darwin*)
16 # MacOSX fix 13 # MacOSX fix
17 cmd1=`sed 's/(-0,0)/(0,0)/g' testHepMCIteration.dat | \ -  
-   14 cmd1=`sed 's/(-0,0)/(0,0)/g' testHepMCIteration.out | \
18 @DIFF_Q@ - @srcdir@/testHepMCIteration.dat` 15 @DIFF_Q@ - @srcdir@/testHepMCIteration.dat`
19 # dealing with different ordering - can't compare -  
20 ;; 16 ;;
21 *) 17 *)
22 cmd1=`sed 's/(-0,0)/(0,0)/g' testHepMCIteration.dat | \ -  
-   18 cmd1=`sed 's/(-0,0)/(0,0)/g' testHepMCIteration.out | \
23 @DIFF_Q@ - @srcdir@/testHepMCIteration.dat` 19 @DIFF_Q@ - @srcdir@/testHepMCIteration.dat`
24 esac 20 esac
25 21
26 if [ -n "$cmd1" ] 22 if [ -n "$cmd1" ]
27 then 23 then