Changeset 1106


Ignore:
Timestamp:
10/22/14 16:38:49 (10 years ago)
Author:
sdipsl
Message:
  • trying to trap strange behaviours occuring on Ada
File:
1 edited

Legend:

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

    r1104 r1106  
    811811 
    812812  #--------------------- 
    813   ${libIGCM}/libIGCM_debug/IGCM_debug_Test.ksh > /tmp/IGCM_debug_Test.$$.ref.failed 2>&1 
    814   sleep 2 
     813  ${libIGCM}/libIGCM_debug/IGCM_debug_Test.ksh > /tmp/IGCM_debug_Test.$$.ref.failed 
     814  status=$? 
     815 
     816  if [ ${status} -gt 0 ] ; then 
     817    IGCM_debug_Print 2 "IGCM_debug_Test.ksh failed for some reason" 
     818    IGCM_debug_Print 2 "Is /tmp full" 
     819    df -h 
     820    IGCM_debug_Print 2 "Where /tmp is point to?" 
     821    ls -l / 
     822  fi 
    815823 
    816824  # Remove date stamp. 
Note: See TracChangeset for help on using the changeset viewer.