Skip to content

Commit

Permalink
Update test_demo.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei authored Jul 14, 2024
1 parent f79caf0 commit 9156466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9156466

Please sign in to comment.