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/IGCM_card_Test.ksh

    r929 r931  
    1818 
    1919#================================================= 
     20cd /tmp 
     21 
    2022libIGCM=`dirname $0`/.. 
    2123typeset DEBUG_sys=false 
     
    6870# function IGCM_card_WriteOption 
    6971 
    70 cp ${libIGCM}/libIGCM_card/TestFile.card /tmp/NewTestFile.card 
    71 IGCM_card_WriteOption /tmp/NewTestFile.card Messages Option2 '"Hello Mercure"' 
     72cp ${libIGCM}/libIGCM_card/TestFile.card /tmp/NewTestFile.$$.card 
     73IGCM_card_WriteOption /tmp/NewTestFile.$$.card Messages Option2 '"Hello Mercure"' 
    7274 
    73 IGCM_card_WriteOption /tmp/NewTestFile.card Messages ListVal1 '( 1, 2, 3 )' 
     75IGCM_card_WriteOption /tmp/NewTestFile.$$.card Messages ListVal1 '( 1, 2, 3 )' 
    7476listname="(Sebastien, Martial, Patrick)" 
    75 IGCM_card_WriteOption /tmp/NewTestFile.card Messages ListVal2 "${listname}" 
     77IGCM_card_WriteOption /tmp/NewTestFile.$$.card Messages ListVal2 "${listname}" 
    7678 
    7779set -A tableau one, two, three, four 
    7880echo ${tableau[*]} 
    79 IGCM_card_WriteOption /tmp/NewTestFile.card Messages ListVal3 "( ${tableau[*]} )" 
     81IGCM_card_WriteOption /tmp/NewTestFile.$$.card Messages ListVal3 "( ${tableau[*]} )" 
    8082 
    81 IGCM_card_WriteOption /tmp/NewTestFile.card ColorValues Red 888 
     83IGCM_card_WriteOption /tmp/NewTestFile.$$.card ColorValues Red 888 
    8284 
    83 diff ${libIGCM}/libIGCM_card/TestFile.card /tmp/NewTestFile.card 
    84 rm -f /tmp/NewTestFile.card /tmp/NewTestFile.card.bak 
     85diff ${libIGCM}/libIGCM_card/TestFile.card /tmp/NewTestFile.$$.card 
     86rm -f /tmp/NewTestFile.$$.card /tmp/NewTestFile.$$.card.bak 
Note: See TracChangeset for help on using the changeset viewer.