Skip to content

Commit

Permalink
Fix default for workbasedir (match target testclean)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Jun 13, 2023
1 parent b7f2941 commit c60ebb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/regtesting/do_regtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def __init__(self, args: argparse.Namespace):
self.work_base_dir = (
args.workbasedir / leaf_dir
if args.workbasedir
else self.cp2k_root / "regtesting" / leaf_dir
else self.cp2k_root / "regtesting" / args.arch / args.version / leaf_dir
)
self.error_summary = self.work_base_dir / "error_summary"

Expand Down

0 comments on commit c60ebb4

Please sign in to comment.