diff --git a/scripts/amd/run.sh b/scripts/amd/run.sh index 3bdea1a4e..610e72e56 100644 --- a/scripts/amd/run.sh +++ b/scripts/amd/run.sh @@ -11,6 +11,7 @@ bash scripts/amd/clean.sh # bash scripts/amd/deps.sh bash scripts/amd/build.sh bash scripts/amd/test.sh 2>&1 |tee $LOG_DIR/test.log +bash scripts/amd/cache_print.sh 2>&1 |tee $LOG_DIR/cache.log # bash scripts/amd/debug.sh # bash scripts/amd/backtrace.sh 2>&1 |tee $LOG_DIR/backtrace.log