| | |
| | | ! |
| | | ! CDDL HEADER END |
| | | ! |
| | | ! Copyright 2006-2008 Sun Microsystems, Inc. |
| | | ! Copyright 2006-2009 Sun Microsystems, Inc. |
| | | ! --> |
| | | <stax> |
| | | <defaultcall function="main" /> |
| | |
| | | |
| | | testlog=open('%s/tests-log.xml' % logs.tests,'w') |
| | | testlog.write('<qa>\n') |
| | | testlog.write(' <functional-tests>\n') |
| | | testlog.write(' <%s>\n' % TESTS_TYPE) |
| | | testlog.write(' <results>\n') |
| | | testlog.close() |
| | | |
| | |
| | | testlog.write(' %s\n' % logs.directory) |
| | | testlog.write(' </tests-dir>\n') |
| | | testlog.write(' </identification>\n') |
| | | testlog.write(' </functional-tests>\n') |
| | | testlog.write(' </%s>\n' % TESTS_TYPE) |
| | | testlog.write('</qa>\n') |
| | | testlog.close() |
| | | </script> |