diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-08-23 21:47:11 +0200 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-08-23 21:51:21 +0200 |
| commit | b3ed032566f4e1ad7ea76a807a2ae54d08b38f31 (patch) | |
| tree | e35caf822a18f5fd20eed3f5a562bc480d13da12 /src/Run | |
| parent | c071c53a8fbbed9e5a66ba3e939909bf45296128 (diff) | |
Create test dir subdirectory for based on test name
Changelog: Create test dir subdirectory for given test that includes the test module and name.
Diffstat (limited to 'src/Run')
| -rw-r--r-- | src/Run/Monad.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Run/Monad.hs b/src/Run/Monad.hs index f4444e8..536038a 100644 --- a/src/Run/Monad.hs +++ b/src/Run/Monad.hs @@ -43,6 +43,7 @@ data TestEnv = TestEnv { teOutput :: Output , teFailed :: TVar (Maybe Failed) , teOptions :: TestOptions + , teTestDir :: FilePath , teNextObjId :: MVar Int , teNextProcId :: MVar Int , teProcesses :: MVar [ Process ] |