This is an automated email from the ASF dual-hosted git repository.
ashishvijaywargiya pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new fbd51628b6 Enabling the junit & integration test results history for
few days. (#1681)
fbd51628b6 is described below
commit fbd51628b61b60abbb4048cdd531240e25c21866
Author: Ashish Vijaywargiya <[email protected]>
AuthorDate: Wed Aug 19 10:25:55 2026 +0530
Enabling the junit & integration test results history for few days. (#1681)
Enabling the junit & integration test results history for few days.
It will help me in testing of this feature in trunk. I will disable it
in near future.
---
framework/testtools/config/testtools.properties | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/framework/testtools/config/testtools.properties
b/framework/testtools/config/testtools.properties
index c2e9783185..eab279d530 100644
--- a/framework/testtools/config/testtools.properties
+++ b/framework/testtools/config/testtools.properties
@@ -22,13 +22,13 @@
# next run. Default: false - current behavior (no history; each run's
output is simply
# overwritten in place, as it always has been). Same gradlew commands
either way; only this
# setting changes.
-test.history=false
+test.history=true
# -- Days to retain archived test-run history before the daily purge job
removes it. Only read
# when test.history=true above. Uncomment and set an actual value (e.g. 7)
to enable
# retention/purge; if test.history=true but this stays commented, history
accumulates
# indefinitely until you set a number.
-#test.history.days=7
+test.history.days=7
# -- Directory gradlew test's history is archived under, when
test.history=true above. Relative
# paths resolve against the project root. Default (commented):
build/test-reports-history - a