We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdc7b69 + 76a2fde commit 84fd5d5Copy full SHA for 84fd5d5
helpers/bootrr
@@ -2,7 +2,7 @@
2
3
test_report_exit() {
4
TEST_RESULT=$1
5
- command -v lava-test-case
+ command -v lava-test-case > /dev/null
6
if [ "$?" -eq 0 ]; then
7
lava-test-case "${TEST_CASE_ID}" --result ${TEST_RESULT}
8
else
0 commit comments