Skip to content

Commit fefeff8

Browse files
committed
Update run_agent_test.sh
1 parent 5c5fab4 commit fefeff8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/tutorials/run_agent_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ execute_tutorial_test() {
350350
local test_passed=false
351351
if run_test "$tutorial"; then
352352
echo -e "${GREEN}✅ PASSED: $tutorial${NC}"
353-
((PASSED++))
353+
#((PASSED++))
354354
test_passed=true
355355
else
356356
echo -e "${RED}❌ FAILED: $tutorial${NC}"

0 commit comments

Comments
 (0)