summaryrefslogtreecommitdiff
path: root/Omni
diff options
context:
space:
mode:
Diffstat (limited to 'Omni')
-rw-r--r--Omni/Jr.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Omni/Jr.hs b/Omni/Jr.hs
index a940e82..24fd0f3 100644
--- a/Omni/Jr.hs
+++ b/Omni/Jr.hs
@@ -262,8 +262,9 @@ autoReview tid task commitSha = do
putText "Running automated review..."
-- Determine what to test based on namespace
+ -- Keep .hs suffix since bild expects it
let namespace = fromMaybe "." (TaskCore.taskNamespace task)
- let testTarget = Text.unpack (Text.replace ".hs" "" namespace)
+ let testTarget = Text.unpack namespace
putText ("Testing: " <> Text.pack testTarget)