Tcl Checker Messages : Expect

 Top

Error Messages from Expect.pcx

Message ID Category Message String
expect::warnAmbiguous Usage ambiguous switch, use "%1$s" to avoid conflicts
The word being checked starts with a "-" but does not match any of the known switches. Use delimiter to explicitly declare the end of the switch pattern.
expect::warnStyleSleep Warning avoid exp_sleep or sleeping longer than %1$s seconds
Usage of Expect's 'exp_sleep' command should be avoided in test scripts. If that is not possible avoid to sleep overly long
 Top