From 0d637cc928eca740d6823337a10e0344a4f259db Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 7 Jan 2025 11:05:30 -0500 Subject: Implement --no-export --- src/lib/core/include/core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/core') diff --git a/src/lib/core/include/core.h b/src/lib/core/include/core.h index 362ac8d..6199635 100644 --- a/src/lib/core/include/core.h +++ b/src/lib/core/include/core.h @@ -45,6 +45,7 @@ struct STASIS_GLOBAL { bool enable_overwrite; //!< Enable release file clobbering bool enable_rewrite_spec_stage_2; //!< Enable automatic @STR@ replacement in output files bool enable_parallel; //!< Enable testing in parallel + bool enable_export; //!< Enable environment creation long cpu_limit; //!< Limit parallel processing to n cores (default: max - 1) long parallel_fail_fast; //!< Fail immediately on error int pool_status_interval; //!< Report "Task is running" every n seconds -- cgit