Once start the script by typing:
% source tcl_example.tcl
The following messages are displayed:
Starting Java with Max Heap=128m
Test Session has errors or warnings
By adding the following commands to the Tcl script (tcl_example.tcl file) after you have set the Test Session parameters and before the parameters are saved, you will have more details on the errors and warnings:
% ls::perform validate -TestSession $test_
% ls::get $test_ -ErrorsAndWarnings
Where test_ represents the Test Session variable.