Ignore:
Timestamp:
10/23/14 11:46:15 (10 years ago)
Author:
sdipsl
Message:

Add a test on /tmp for those 3 check functions

File:
1 edited

Legend:

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

    r1106 r1109  
    816816  if [ ${status} -gt 0 ] ; then 
    817817    IGCM_debug_Print 2 "IGCM_debug_Test.ksh failed for some reason" 
    818     IGCM_debug_Print 2 "Is /tmp full" 
     818    IGCM_debug_Print 2 "Is /tmp full?" 
    819819    df -h 
    820     IGCM_debug_Print 2 "Where /tmp is point to?" 
     820    IGCM_debug_Print 2 "Where /tmp is pointing to?" 
    821821    ls -l / 
    822822  fi 
Note: See TracChangeset for help on using the changeset viewer.