summaryrefslogtreecommitdiff
path: root/src/Test.hs
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-09-13 21:35:02 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2025-09-13 23:39:16 +0200
commit8e3d03e55793b49dc6844b23877c84d111e8d7d1 (patch)
treea9f44351019a3b3016259d117d6c906f66cbb623 /src/Test.hs
parent866d539bb9e6b9cf1676bff2e592e73a94d6f572 (diff)
Get call stack information from function applicationHEADmaster
Diffstat (limited to 'src/Test.hs')
-rw-r--r--src/Test.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Test.hs b/src/Test.hs
index 3e98efa..ce88052 100644
--- a/src/Test.hs
+++ b/src/Test.hs
@@ -49,7 +49,7 @@ data TestStep a where
Send :: Process -> Text -> TestStep ()
Expect :: SourceLine -> Process -> Traced Regex -> [ TypedVarName Text ] -> ([ Text ] -> TestStep a) -> TestStep a
Flush :: Process -> Maybe Regex -> TestStep ()
- Guard :: SourceLine -> EvalTrace -> Bool -> TestStep ()
+ Guard :: CallStack -> Bool -> TestStep ()
DisconnectNode :: Node -> TestStep a -> TestStep a
DisconnectNodes :: Network -> TestStep a -> TestStep a
DisconnectUpstream :: Network -> TestStep a -> TestStep a