You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/functional/Main.hs
+4-2
Original file line number
Diff line number
Diff line change
@@ -21,17 +21,19 @@ import Progress
21
21
importReference
22
22
importRename
23
23
importSymbol
24
+
importSystem.Environment
24
25
importTypeDefinition
25
26
26
27
main::IO()
27
-
main =
28
+
main =do
29
+
setEnv "TASTY_NUM_THREADS""1"
28
30
-- ingredient: xml runner writes json file of test results (https://github.com/ocharles/tasty-ant-xml/blob/master/Test/Tasty/Runners/AntXML.hs)
29
31
-- rerunningTests allow rerun of failed tests (https://github.com/ocharles/tasty-rerun/blob/master/src/Test/Tasty/Ingredients/Rerun.hs)
0 commit comments