Update test_demo.sh

This commit is contained in:
xushiwei
2024-07-14 11:03:45 +08:00
committed by GitHub
parent f79caf095d
commit 9156466351

View File

@@ -8,7 +8,7 @@ for d in ./_demo/* ./_pydemo/*; do
total=$((total+1))
if [ -d "$d" ]; then
echo "Testing $d"
if ! llgo run -v "$d"; then
if ! llgo run "$d"; then
echo "FAIL"
failed=$((failed+1))
failed_cases="$failed_cases\n* :x: $d"