Lines Matching full:execute
53 # Execute and print command with status where success equals non-zero result
55 # $@ - command to execute
64 # Execute a positive test and exit $STF_FAIL is test fails
66 # $@ - command to execute
73 # Execute a positive test (expecting no stderr) and exit $STF_FAIL
75 # $@ - command to execute
82 # Execute a positive test but retry the command on failure if the output
88 # $3-$@ - command to execute
141 # Execute a positive test and exit $STF_FAIL is test fails after being
144 # $@ - command to execute
150 # Execute a negative test and exit $STF_FAIL if test passes
152 # $@ - command to execute
159 # Execute a negative test with keyword expected, and exit
163 # $2-$@ - command to execute
187 # Execute and print command with status where success equals non-zero result
191 # $2-$@ - command to execute
251 # Execute and print command with status where success equals zero result
253 # $@ command to execute
286 # Execute and print command with status where success equals zero result
289 # $@ command to execute
406 # Execute custom callback scripts on test failure