mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-21 01:15:10 +00:00
exit after vision tests
This commit is contained in:
parent
34cb120509
commit
2bbe7bff6d
1 changed files with 1 additions and 1 deletions
|
@ -194,11 +194,11 @@ if [[ "$RUN_VISION_TESTS" == "true" ]]; then
|
||||||
echo "✅ Vision tests completed successfully"
|
echo "✅ Vision tests completed successfully"
|
||||||
elif [ $exit_code -eq 5 ]; then
|
elif [ $exit_code -eq 5 ]; then
|
||||||
echo "⚠️ No vision tests collected (pattern matched no tests)"
|
echo "⚠️ No vision tests collected (pattern matched no tests)"
|
||||||
exit 0
|
|
||||||
else
|
else
|
||||||
echo "❌ Vision tests failed"
|
echo "❌ Vision tests failed"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Run regular tests
|
# Run regular tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue