Home
last modified time | relevance | path

Searched refs:passed (Results 1 – 3 of 3) sorted by relevance

/rust-libc-0.2.174/ci/
H A Drun.sh101 passed=0
103 if [ "$passed" = "0" ]; then
106 passed=$((passed+1))
109 elif [ "$passed" = "1" ]; then
112 passed=$((passed+1))
115 elif [ "$passed" = "2" ]; then
H A DREADME.md83 5. Look for whether the tests passed in the serial console output of the kernel.
/rust-libc-0.2.174/ci/ios/
H A Ddeploy_and_run_on_ios_simulator.rs121 let passed = stdout.lines() in run_app_on_simulator() localVariable
135 if !passed { in run_app_on_simulator()