aboutsummaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
authorFilip Tehlar <ftehlar@cisco.com>2023-09-05 15:58:28 +0200
committerFilip Tehlar <ftehlar@cisco.com>2023-09-05 15:58:28 +0200
commit3b770881b95ee33beb525513ebaece4ac93469dc (patch)
tree10bf494f0d699a942fb50d83db073d8b98d25548 /extras
parent9587d399933fcbdd109aa058c472360b38fe4471 (diff)
hs-test: verbose output on single test run
Type: test Change-Id: I12ae7db36a6f7f9758fd195088877dfcd5606f84 Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Diffstat (limited to 'extras')
-rwxr-xr-xextras/hs-test/test2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/hs-test/test b/extras/hs-test/test
index 0e117bf86ae..ae99f879841 100755
--- a/extras/hs-test/test
+++ b/extras/hs-test/test
@@ -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