< prev index next >

test/compiler/ciReplay/common.sh

Print this page
rev 7376 : 8062012: test/compiler/ciReplay/TestSA.sh should be updated to work w/ modular image build
Reviewed-by: iignatyev

*** 261,274 **** core_with_dir=`echo $core_locations | awk '{print $1}'` core_with_pid=`echo $core_locations | awk '{print $2}'` dir=`dirname $core_with_dir` file=`basename $core_with_dir` # add <core_path>/core.<pid> core ! core_locations="'$core_with_dir' '$file'" if [ -n "${core_with_pid}" ] then ! core_locations="$core_locations '$core_with_pid' '$dir${FS}$core_with_pid'" fi fi echo "LOOKING FOR CORE IN ${core_locations}" for core in $core_locations --- 261,274 ---- core_with_dir=`echo $core_locations | awk '{print $1}'` core_with_pid=`echo $core_locations | awk '{print $2}'` dir=`dirname $core_with_dir` file=`basename $core_with_dir` # add <core_path>/core.<pid> core ! core_locations='$core_with_dir' '$file' if [ -n "${core_with_pid}" ] then ! core_locations=$core_locations '$core_with_pid' '$dir${FS}$core_with_pid' fi fi echo "LOOKING FOR CORE IN ${core_locations}" for core in $core_locations
< prev index next >