Skip to content

Commit

Permalink
Moved example_cdash_analyze_and_report_random_failures.py (#600)
Browse files Browse the repository at this point in the history
Moved example_cdash_analyze_and_report_random_failures.py to test/ci_support
  • Loading branch information
achauphan committed Feb 13, 2024
1 parent f56356a commit 9e0983c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import argparse
import re as regex

from FindCISupportDir import *
import CDashAnalyzeReportRandomFailures as CDARRF


Expand Down

0 comments on commit 9e0983c

Please sign in to comment.