Lines Matching full:execute
61 # Execute a positive test and exit $STF_FAIL is test fails
63 # $@ - command to execute
71 # Execute a command that must exit $1
73 # $@ - command to execute
83 # Execute a negative test and exit $STF_FAIL if test passes
85 # $@ - command to execute
93 # Execute a command that should only be logged if it fails.
95 # $@ - command to execute
104 # Execute and print command with status where success equals non-zero result
107 # $2-$@ - command to execute
109 # Summary: execute $@. Return 1 if any of the following hold:
168 # Execute and print command; unconditionally return its exit code.
185 # Execute and print command with status where success equals zero result
187 # $@ command to execute