~louis/crashdc/trunk

« back to all changes in this revision

Viewing changes to run-crashdc-rhel5.sh

  • Committer: bouchardl
  • Date: 2009-10-16 09:10:09 UTC
  • Revision ID: svn-v4:43a7f545-b209-0410-ba44-c04536a9f2ae:trunk:93
Added CRASHDCDEBUG functionality

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        exit 1
21
21
fi
22
22
if [ $KDUMPSUCCESS == 0 ];then
23
 
        $CRASHDC $namelist $coredir/vmcore $coredir
 
23
        $CRASHDC $CRASHDCDEBUG $namelist $coredir/vmcore $coredir
24
24
        CRASHDCSUCCESS=$?
25
25
        if [ $CRASHDCSUCCESS == 0 ];then
26
26
                $LOGGER "generated a crash-data file to $coredir"