Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:13:15

0001 #!/bin/sh
0002 
0003 #----------------------------------------------------------------------
0004 #----------------------------------------------------------------------
0005 
0006 ARC=../../../../test/`scramv1 arch`
0007 
0008 # Pass in name and status
0009 function die { echo $1: status $2 ;  exit $2; }
0010 
0011 # Pass in name
0012 function do_or_die { echo ===== Running $1 ===== && ${ARC}/$1 && echo ===== $1 OK ===== || die ">>>>> $1 failed <<<<<" $?; }
0013 
0014 do_or_die Exception_t
0015 do_or_die EDMException_t