Admin/isatest/isatest-makeall
changeset 28527 82b36daff4c1
parent 28504 7ad7d7d6df47
child 28539 bdb308737bfd
equal deleted inserted replaced
28526:a30b9cf3502e 28527:82b36daff4c1
   114 
   114 
   115     # logfile setup
   115     # logfile setup
   116 
   116 
   117     DATE=$(date "+%Y-%m-%d")
   117     DATE=$(date "+%Y-%m-%d")
   118     SHORT=${SETTINGS##*/}
   118     SHORT=${SETTINGS##*/}
   119     TESTLOG=$LOGPREFIX/isatest-makeall-$SHORT-$DATE-$HOSTNAME.log
   119 
       
   120 	if [ "${SHORT%-e}" == "$SHORT" ]; then
       
   121 		# normal test
       
   122     	TESTLOG=$LOGPREFIX/isatest-makeall-$SHORT-$DATE-$HOSTNAME.log
       
   123  	else
       
   124 	 	# experimental test
       
   125 		TESTLOG=$LOGPREFIX/isatest-makeall-$SHORT-$DATE-$HOSTNAME-e.log
       
   126 	fi
   120 
   127 
   121     # the test
   128     # the test
   122 
   129 
   123     touch $RUNNING/$SHORT.running
   130     touch $RUNNING/$SHORT.running
   124 
   131