hs-test: verbose output on single test run 90/39490/1
authorFilip Tehlar <ftehlar@cisco.com>
Tue, 5 Sep 2023 13:58:28 +0000 (15:58 +0200)
committerFilip Tehlar <ftehlar@cisco.com>
Tue, 5 Sep 2023 13:58:28 +0000 (15:58 +0200)
Type: test

Change-Id: I12ae7db36a6f7f9758fd195088877dfcd5606f84
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
extras/hs-test/test

index 0e117bf..ae99f87 100755 (executable)
@@ -45,7 +45,7 @@ case "${i}" in
         tc_name="${i#*=}"
         if [ $tc_name != "all" ]; then
             single_test=1
-            args="$args -run $tc_name"
+            args="$args -run $tc_name -verbose"
         fi
 esac
 done