aa_log_final (private)
aa_log_final test_passes test_fails
Defined in packages/acs-automated-testing/tcl/aa-test-procs.tcl
- Parameters:
- test_passes (required)
- test_fails (required)
- Author:
- Peter Harper
- Created:
- 24 July 2001
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: if {$test_fails > 0} { ns_log Bug "aa_log_final: FAILED: $::aa_testcase_id, $test_fails tests failed" } global aa_testcase_id global aa_package_key db_dml testcase_result_insert { insert into aa_test_final_results (testcase_id, package_key, timestamp, passes, fails) values (:aa_testcase_id, :aa_package_key, current_timestamp, :test_passes, :test_fails) }XQL Not present: Generic, PostgreSQL, Oracle