Page MenuHomeHEPForge

analyze_1.sh
No OneTemporary

analyze_1.sh

#!/bin/sh
### Check WHIZARD for a simple test process
name=`basename @script@`
echo "Running script $0"
if test -f OCAML_FLAG; then
./run_whizard.sh @script@ --no-logging --no-model
echo "Contents of ${name}.dat" >> $name.log
cat ${name}.dat >> $name.log
diff ref-output/`basename @script@`.ref `basename @script@`.log
else
echo "|=============================================================================|"
echo "No O'Mega matrix elements available, test skipped"
exit 77
fi

File Metadata

Mime Type
text/x-shellscript
Expires
Sat, Dec 21, 12:42 PM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4022808
Default Alt Text
analyze_1.sh (512 B)

Event Timeline