From 9e0983cdc053375590d6829e4657b615b91c4b9d Mon Sep 17 00:00:00 2001 From: Anderson Chauphan Date: Fri, 9 Feb 2024 14:14:22 -0700 Subject: [PATCH] Moved example_cdash_analyze_and_report_random_failures.py (#600) Moved example_cdash_analyze_and_report_random_failures.py to test/ci_support --- .../cdash_analyze_and_report_random_failures_UnitTests.py | 2 +- .../example_cdash_analyze_and_report_random_failures.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename {tribits => test}/ci_support/example_cdash_analyze_and_report_random_failures.py (96%) diff --git a/test/ci_support/cdash_analyze_and_report_random_failures_UnitTests.py b/test/ci_support/cdash_analyze_and_report_random_failures_UnitTests.py index a7d0ccfb9..b2f8216f6 100644 --- a/test/ci_support/cdash_analyze_and_report_random_failures_UnitTests.py +++ b/test/ci_support/cdash_analyze_and_report_random_failures_UnitTests.py @@ -151,7 +151,7 @@ def cdash_analyze_and_report_random_failures_run_case( htmlFileAbsPath = os.getcwd()+"/"+htmlFileName cmnd = ( - ciSupportDir + testCiSupportDir + "/example_cdash_analyze_and_report_random_failures.py" + " --cdash-project-name='Project Name'" + " --group-name='Group Name'" diff --git a/tribits/ci_support/example_cdash_analyze_and_report_random_failures.py b/test/ci_support/example_cdash_analyze_and_report_random_failures.py similarity index 96% rename from tribits/ci_support/example_cdash_analyze_and_report_random_failures.py rename to test/ci_support/example_cdash_analyze_and_report_random_failures.py index 01b19385e..6ac94e6f3 100755 --- a/tribits/ci_support/example_cdash_analyze_and_report_random_failures.py +++ b/test/ci_support/example_cdash_analyze_and_report_random_failures.py @@ -4,6 +4,7 @@ import argparse import re as regex +from FindCISupportDir import * import CDashAnalyzeReportRandomFailures as CDARRF