Ignore:
Timestamp:
08/21/13 13:02:20 (11 years ago)
Author:
sdipsl
Message:

Bugfix with IGCM_sys_Get|GetBuffer? instrumentation
Avoid collision with testing functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_card/libIGCM_card.ksh

    r926 r931  
    311311 
    312312#--------------------- 
    313     ${libIGCM}/libIGCM_card/IGCM_card_Test.ksh > /tmp/IGCM_card_Test.ref.failed 2>&1 
     313    ${libIGCM}/libIGCM_card/IGCM_card_Test.ksh > /tmp/IGCM_card_Test.$$.ref.failed 2>&1 
    314314    sleep 2 
    315315 
    316     if diff /tmp/IGCM_card_Test.ref.failed ${libIGCM}/libIGCM_card/IGCM_card_Test.ref > /dev/null 2>&1 ; then  
     316    if diff /tmp/IGCM_card_Test.$$.ref.failed ${libIGCM}/libIGCM_card/IGCM_card_Test.ref > /dev/null 2>&1 ; then  
    317317      echo "Check libIGCM_card ...............................................[ OK ]" 
    318       rm -f /tmp/IGCM_card_Test.ref.failed 
     318      rm -f /tmp/IGCM_card_Test.$$.ref.failed 
    319319    else  
    320320      echo "Check libIGCM_card ...........................................[ FAILED ]" 
     
    324324      echo "           diff IGCM_card_Test.ref.failed ${libIGCM}/libIGCM_card/IGCM_card_Test.ref" 
    325325      echo "           Report errors to the author: Patrick.Brockmann@cea.fr" 
    326       cat /tmp/IGCM_card_Test.ref.failed 
     326      cat /tmp/IGCM_card_Test.$$.ref.failed 
    327327      IGCM_debug_Exit "IGCM_card_Check" 
    328328    fi 
Note: See TracChangeset for help on using the changeset viewer.