Home | History | Annotate | Download | only in image_signing

Lines Matching refs:testfail

109   # So, any time we find one, we set testfail=1 and continue.
110 # When finished we will use testfail to determine our exit value.
111 local testfail=0
136 lsb_syntaxcheck "$lsb" || testfail=1
138 lsbequals $lsb CHROMEOS_AUSERVER "$expected_auserver" || testfail=1
139 lsbequals $lsb CHROMEOS_RELEASE_NAME "$expected_release_name" || testfail=1
141 "${expected_release_tracks[@]}" || testfail=1
159 lsbequals $lsb CHROMEOS_RELEASE_APPID "$expected_appid" || testfail=1
161 testfail=1
164 exit $testfail