From 88d57ef9c9f095bb4e10caa380896224d9987c3f Mon Sep 17 00:00:00 2001 From: Michael Melesse Date: Wed, 26 Oct 2022 17:19:30 +0000 Subject: [PATCH] add cache print --- scripts/amd/run.sh | 1 + 1 file changed, 1 insertion(+) 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