# HG changeset patch # User kleing # Date 1223418338 -7200 # Node ID 82b36daff4c13144e1a54473ca046cc5ec7a7a8c # Parent a30b9cf3502ea4bc03f73be1a06b9f9b0742b89e make the test for experimental sessions in isatest-check actually work (test for log files ending in e.log) diff -r a30b9cf3502e -r 82b36daff4c1 Admin/isatest/isatest-makeall --- a/Admin/isatest/isatest-makeall Wed Oct 08 00:03:42 2008 +0200 +++ b/Admin/isatest/isatest-makeall Wed Oct 08 00:25:38 2008 +0200 @@ -116,7 +116,14 @@ DATE=$(date "+%Y-%m-%d") SHORT=${SETTINGS##*/} - TESTLOG=$LOGPREFIX/isatest-makeall-$SHORT-$DATE-$HOSTNAME.log + + if [ "${SHORT%-e}" == "$SHORT" ]; then + # normal test + TESTLOG=$LOGPREFIX/isatest-makeall-$SHORT-$DATE-$HOSTNAME.log + else + # experimental test + TESTLOG=$LOGPREFIX/isatest-makeall-$SHORT-$DATE-$HOSTNAME-e.log + fi # the test