You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
puts stdout "1 (stdout) test of error in scriptlib tcl script"
|
|
|
|
puts stderr "2 (stderr) error line will be run next"
|
|
|
|
error "This is the error"
|
|
|
|
|
|
|
|
#should be unreachable
|
|
|
|
puts stdout "-----------------------------"
|
|
|
|
|