Index: trunk/tests/ext_tests_nlo/nlo_ee4t.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_ee4t.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_ee4t.sh (revision 8329) @@ -1,33 +1,33 @@ #!/bin/sh # Check stable result of ee -> tttt at NLO # time ~ 3 min echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_eett.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_eett.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_eett.sh (revision 8329) @@ -1,33 +1,33 @@ #!/bin/sh # Check stable result of ee -> tt at NLO # time ~ 1min echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_ppzz.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_ppzz.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_ppzz.sh (revision 8329) @@ -1,29 +1,29 @@ #!/bin/sh echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_eettbb.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_eettbb.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_eettbb.sh (revision 8329) @@ -1,33 +1,33 @@ #!/bin/sh # Check stable result of ee -> ttbb at NLO # time ~ echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_eetth.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_eetth.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_eetth.sh (revision 8329) @@ -1,33 +1,33 @@ #!/bin/sh # Check stable result of ee -> tth at NLO # time ~ 1min echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_ppzwj.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_ppzwj.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_ppzwj.sh (revision 8329) @@ -1,29 +1,29 @@ #!/bin/sh echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_eettj.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_eettj.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_eettj.sh (revision 8329) @@ -1,33 +1,33 @@ #!/bin/sh # Check stable result of ee -> ttj at NLO # time ~ 8 min echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_ee4tj.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_ee4tj.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_ee4tj.sh (revision 8329) @@ -1,33 +1,33 @@ #!/bin/sh # Check stable result of ee -> ttttj at NLO # time ~ echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_eettaj.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_eettaj.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_eettaj.sh (revision 8329) @@ -1,33 +1,33 @@ #!/bin/sh # Check stable result of ee -> ttaj at NLO # time ~ echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_eettwjj.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_eettwjj.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_eettwjj.sh (revision 8329) @@ -1,33 +1,33 @@ #!/bin/sh # Check stable result of ee -> ttWjj at NLO # time ~ 45 min echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_ppzzj.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_ppzzj.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_ppzzj.sh (revision 8329) @@ -1,29 +1,29 @@ #!/bin/sh echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_eettww.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_eettww.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_eettww.sh (revision 8329) @@ -1,33 +1,33 @@ #!/bin/sh # Check stable result of ee -> ttWW at NLO # time ~ 10 min echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_eetthh.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_eetthh.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_eetthh.sh (revision 8329) @@ -1,33 +1,33 @@ #!/bin/sh # Check stable result of ee -> tthh at NLO # time ~ 3min echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_ppttz.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_ppttz.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_ppttz.sh (revision 8329) @@ -1,29 +1,29 @@ #!/bin/sh echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_eetthj.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_eetthj.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_eetthj.sh (revision 8329) @@ -1,33 +1,33 @@ #!/bin/sh # Check stable result of ee -> tthj at NLO # time ~ 7 min echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_eettjj.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_eettjj.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_eettjj.sh (revision 8329) @@ -1,33 +1,33 @@ #!/bin/sh # Check stable result of ee -> ttjj at NLO # time ~ echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_eettz.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_eettz.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_eettz.sh (revision 8329) @@ -1,33 +1,33 @@ #!/bin/sh # Check stable result of ee -> ttZ at NLO # time ~ 2 min echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_eetthjj.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_eetthjj.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_eetthjj.sh (revision 8329) @@ -1,33 +1,33 @@ #!/bin/sh # Check stable result of ee -> tthjj at NLO # time ~ echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_pptttt.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_pptttt.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_pptttt.sh (revision 8329) @@ -1,29 +1,29 @@ #!/bin/sh echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_eettjjj.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_eettjjj.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_eettjjj.sh (revision 8329) @@ -1,33 +1,33 @@ #!/bin/sh # Check stable result of ee -> ttjjj at NLO # time ~ echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_ppzw.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_ppzw.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_ppzw.sh (revision 8329) @@ -1,29 +1,29 @@ #!/bin/sh echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_eetthz.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_eetthz.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_eetthz.sh (revision 8329) @@ -1,33 +1,33 @@ #!/bin/sh # Check stable result of ee -> tthz at NLO # time ~ 8 min echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_eettzj.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_eettzj.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_eettzj.sh (revision 8329) @@ -1,33 +1,33 @@ #!/bin/sh # Check stable result of ee -> ttZj at NLO # time ~ 13 min echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_eebbj.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_eebbj.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_eebbj.sh (revision 8329) @@ -1,33 +1,33 @@ #!/bin/sh # Check stable result of ee -> bbj at NLO # time ~ echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_eejj.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_eejj.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_eejj.sh (revision 8329) @@ -1,33 +1,33 @@ #!/bin/sh # Check stable result of ee -> jj at NLO # time ~ 1 min echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_eettzjj.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_eettzjj.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_eettzjj.sh (revision 8329) @@ -1,33 +1,33 @@ #!/bin/sh # Check stable result of ee -> ttzjj at NLO # time ~ echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_ee4b.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_ee4b.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_ee4b.sh (revision 8329) @@ -1,33 +1,33 @@ #!/bin/sh # Check stable result of ee -> bbbb at NLO # time ~ echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_ppwj.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_ppwj.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_ppwj.sh (revision 8329) @@ -1,29 +1,29 @@ #!/bin/sh echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_eebbjj.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_eebbjj.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_eebbjj.sh (revision 8329) @@ -1,33 +1,33 @@ #!/bin/sh # Check stable result of ee -> bbjj at NLO # time ~ echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_ppzj.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_ppzj.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_ppzj.sh (revision 8329) @@ -1,29 +1,29 @@ #!/bin/sh echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_eettzz.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_eettzz.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_eettzz.sh (revision 8329) @@ -1,33 +1,33 @@ #!/bin/sh # Check stable result of ee -> ttZZ at NLO # time ~ 10 min echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_eettajj.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_eettajj.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_eettajj.sh (revision 8329) @@ -1,33 +1,33 @@ #!/bin/sh # Check stable result of ee -> ttajj at NLO # time ~ echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAGS; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_eejjj.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_eejjj.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_eejjj.sh (revision 8329) @@ -1,33 +1,33 @@ #!/bin/sh # Check stable result of ee -> jjj at NLO # time ~ echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_ee4j.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_ee4j.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_ee4j.sh (revision 8329) @@ -1,33 +1,33 @@ #!/bin/sh # Check stable result of ee -> jjjj at NLO # time ~ echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_pptt.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_pptt.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_pptt.sh (revision 8329) @@ -1,29 +1,29 @@ #!/bin/sh echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi Index: trunk/tests/ext_tests_nlo/nlo_ee5j.sh =================================================================== --- trunk/tests/ext_tests_nlo/nlo_ee5j.sh (revision 8328) +++ trunk/tests/ext_tests_nlo/nlo_ee5j.sh (revision 8329) @@ -1,33 +1,33 @@ #!/bin/sh # Check stable result of ee -> jjjjj at NLO # time ~ echo "Running script $0" name=`basename @script@` if test -f ref-output/$name.ref; then - if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG; then + if test -f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG; then ./run_whizard.sh @script@ --no-logging mv $name.log $name.log.tmp cat $name.log.tmp | sed -e 's/Loading library:.*/Loading library: [...]/' > $name.log rm $name.log.tmp diff ref-output/$name.ref $name.log diffrc=$? grep --quiet "\[OpenLoops\] Requested library not installed." $name.run.log greprc=$? if test $diffrc -gt 0 -a $greprc -eq 0; then echo "|=============================================================================|" echo "OpenLoops process library missing" exit 99 fi exit $diffrc else echo "|=============================================================================|" - echo "No O'Mega/OpenLoops matrix elements available" + echo "No O'Mega/OpenLoops matrix elements / FastJet available" exit 77 fi else echo "|=============================================================================|" echo "$name.ref not found" exit 77 fi