Searched refs:passed (Results 1 – 3 of 3) sorted by relevance
101 passed=0103 if [ "$passed" = "0" ]; then106 passed=$((passed+1))109 elif [ "$passed" = "1" ]; then112 passed=$((passed+1))115 elif [ "$passed" = "2" ]; then
83 5. Look for whether the tests passed in the serial console output of the kernel.
121 let passed = stdout.lines() in run_app_on_simulator() localVariable135 if !passed { in run_app_on_simulator()