From 01bd142fd364cd39dbafd8495e771d1d1dcfdf35 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Sat, 28 Mar 2020 22:01:09 -0500 Subject: [PATCH] test scripts update --- test/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/run.sh b/test/run.sh index 9426523d9f..2fcfa1d6e7 100755 --- a/test/run.sh +++ b/test/run.sh @@ -28,7 +28,7 @@ cd $BIN_DIR # enable tools load failure reporting export HSA_TOOLS_REPORT_LOAD_FAILURE=1 -# paths to ROC profiler and oher libraries +# paths to ROC profiler and other libraries export LD_LIBRARY_PATH=$PWD # test filter input @@ -67,7 +67,7 @@ eval_test() { echo "$test_name: PASSED" else echo "$test_name: FAILED" - failed_tests="$failed_tests\n $test_number: $test_name" + failed_tests="$failed_tests\n $test_number: $test_name - \"$label\"" test_status=$(($test_status + 1)) fi fi