Skip to content

Commit 84fd5d5

Browse files
authored
Merge pull request #63 from quic-bjorande/for-linux-msm/silence-lava-testcase-test
helpers/bootrr: Silence the lava-test-case test
2 parents bdc7b69 + 76a2fde commit 84fd5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/bootrr

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
test_report_exit() {
44
TEST_RESULT=$1
5-
command -v lava-test-case
5+
command -v lava-test-case > /dev/null
66
if [ "$?" -eq 0 ]; then
77
lava-test-case "${TEST_CASE_ID}" --result ${TEST_RESULT}
88
else

0 commit comments

Comments
 (0)