From 98016ef9c037364f33448627d47ce9aec4190c48 Mon Sep 17 00:00:00 2001 From: Andrew-S-Rosen Date: Sun, 17 Dec 2023 20:52:56 -0800 Subject: [PATCH] Add debug setting --- tests/covalent/.quacc.yaml | 1 + tests/dask/.quacc.yaml | 1 + tests/jobflow/.quacc.yaml | 1 + tests/parsl/.quacc.yaml | 1 + tests/redun/.quacc.yaml | 1 + 5 files changed, 5 insertions(+) diff --git a/tests/covalent/.quacc.yaml b/tests/covalent/.quacc.yaml index f8ed9bce19..6e31f74b59 100644 --- a/tests/covalent/.quacc.yaml +++ b/tests/covalent/.quacc.yaml @@ -1,3 +1,4 @@ +DEBUG: true RESULTS_DIR: ./.test_results SCRATCH_DIR: ./.test_scratch WORKFLOW_ENGINE: covalent diff --git a/tests/dask/.quacc.yaml b/tests/dask/.quacc.yaml index f43841626a..64eca58c6f 100644 --- a/tests/dask/.quacc.yaml +++ b/tests/dask/.quacc.yaml @@ -1,4 +1,5 @@ CREATE_UNIQUE_DIR: true +DEBUG: true RESULTS_DIR: ./.test_results SCRATCH_DIR: ./.test_scratch WORKFLOW_ENGINE: dask diff --git a/tests/jobflow/.quacc.yaml b/tests/jobflow/.quacc.yaml index c3fede4b9d..c77b66c79e 100644 --- a/tests/jobflow/.quacc.yaml +++ b/tests/jobflow/.quacc.yaml @@ -1,3 +1,4 @@ +DEBUG: true RESULTS_DIR: ./.test_results SCRATCH_DIR: ./.test_scratch WORKFLOW_ENGINE: jobflow diff --git a/tests/parsl/.quacc.yaml b/tests/parsl/.quacc.yaml index d5484451e1..2974142821 100644 --- a/tests/parsl/.quacc.yaml +++ b/tests/parsl/.quacc.yaml @@ -1,4 +1,5 @@ CREATE_UNIQUE_DIR: true +DEBUG: true RESULTS_DIR: ./.test_results SCRATCH_DIR: ./.test_scratch WORKFLOW_ENGINE: parsl diff --git a/tests/redun/.quacc.yaml b/tests/redun/.quacc.yaml index 8ab130afdc..e5892c4b96 100644 --- a/tests/redun/.quacc.yaml +++ b/tests/redun/.quacc.yaml @@ -1,3 +1,4 @@ +DEBUG: true RESULTS_DIR: ./.test_results SCRATCH_DIR: ./.test_scratch WORKFLOW_ENGINE: redun