diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-07 11:05:30 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-07 11:14:44 -0500 |
commit | 0d637cc928eca740d6823337a10e0344a4f259db (patch) | |
tree | b02e44966f863a7bb01707b1137cda1c0d9aab9b /src/lib | |
parent | facbd1473fd1914d7c2e702a3de2227bd7b4bfe1 (diff) | |
download | stasis-0d637cc928eca740d6823337a10e0344a4f259db.tar.gz |
Implement --no-export
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/core/include/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |