Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:01:53

0001 #!/bin/bash
0002 #######     ------    beginning   --------  #######################
0003 LOGFILE=/data/O2O/logs/runTestStart.log
0004 DATE=`date`
0005 #setting up environment variables
0006 export HOME=/nfshome0/popconpro
0007 export PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin:/opt/ibutils/bin:/nfshome0/popconpro/bin
0008 
0009 echo " " | tee -a $LOGFILE
0010 echo "----- new cronjob started for Run $1 test start at -----" | tee -a $LOGFILE
0011 echo "$DATE" | tee -a $LOGFILE
0012 
0013 /bin/sh /data/O2O/scripts/RunInfoStartTest.sh $1 | tee -a $LOGFILE
0014 /bin/sh /data/O2O/scripts/EcalDAQTest.sh | tee -a $LOGFILE
0015 /bin/sh /data/O2O/scripts/EcalDCSTest.sh | tee -a $LOGFILE