From b0800fffe070e012a515ab7bbffebfc53ea39d64 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Mon, 1 Apr 2019 21:37:42 -0500 Subject: [PATCH] fixing HSA trace api filter --- test/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run.sh b/test/run.sh index a52ba111f6..33feda7430 100755 --- a/test/run.sh +++ b/test/run.sh @@ -71,7 +71,7 @@ export ROCP_THRS=1 eval_test "tool HSA test" "LD_PRELOAD='$HSA_TOOLS_LIB' ./test/hsa/ctrl" -echo "" > input.xml +echo "" > input.xml export ROCP_INPUT=input.xml eval_test "tool HSA test input" "LD_PRELOAD='$HSA_TOOLS_LIB' ./test/hsa/ctrl"