From ad6f9daece634a0d1c468d16a08d5f3d8962bb21 Mon Sep 17 00:00:00 2001 From: xiaosuGW Date: Tue, 5 Oct 2021 12:52:11 -0400 Subject: [PATCH] update debug.sh --- runtime/tests/debug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/tests/debug.sh b/runtime/tests/debug.sh index e01350c..1af0599 100755 --- a/runtime/tests/debug.sh +++ b/runtime/tests/debug.sh @@ -16,5 +16,5 @@ export LD_LIBRARY_PATH="$(pwd):$LD_LIBRARY_PATH" gdb --eval-command="handle SIGUSR1 nostop" \ --eval-command="set pagination off" \ --eval-command="set substitute-path /sledge/runtime $project_path/runtime" \ -# --eval-command="run ../tests/test_armcifar10.json" \ + --eval-command="run ../tests/test_multiple_image_processing.json" \ ./sledgert