Enable debug

This commit is contained in:
Sandino Araico Sanchez 2016-12-23 02:29:37 -06:00
parent 2a562a3283
commit 93b7ad14a5
3 changed files with 3 additions and 3 deletions

View file

@ -86,7 +86,7 @@ fi
# Hardcoded 13 MiB for debug
#MEM_TESTABLE=16384
# Hardcoded 130 MiB for debug
#MEM_TESTABLE=163840
MEM_TESTABLE=163840
export MEM_TESTABLE
echo "$MEM_AVAILABLE kB available in system"

View file

@ -42,7 +42,7 @@ fi
#TPATTERN=0x55
TPATTERN=0xaa
#LST_BLCK=10000000 # TODO: Debug limit. Comment out for production
LST_BLCK=10000000 # TODO: Debug limit. Comment out for production
#SMARTLOG=15
SMARTLOG=60 # check every minute
#SMARTLOG=300 # check every 5 minutes

View file

@ -18,7 +18,7 @@ memtester ${MEM_TESTABLE}K 1 \
> $OUTPUT_DIR/memtester_$MY_PROC.out
RET=$?
# TODO: Comment out this hardcoded value used for DEBUG
#[[ $MY_PROC == 4 ]] && RET=128
[[ $MY_PROC == 4 ]] && RET=128
echo $RET > $OUTPUT_DIR/memtester_$MY_PROC.ret
END=`date +%s`