Skip to content

Commit

Permalink
Sleep didn't help. Let's call the unit-test as verbose to see better …
Browse files Browse the repository at this point in the history
…what goes wrong
  • Loading branch information
Thorium committed Sep 22, 2024
1 parent 0dd1427 commit e8fba74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
printfn "Hello FAKE"
System.Threading.Thread.Sleep 500
printfn "Hello FAKE"
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ let tests =

directFake "--silent run hello_world.fsx" "core-no-dependencies-hello-world"
else
fakeRunAndCheck Ctx.Default "hello_world.fsx" "hello_world.fsx" "core-no-dependencies-hello-world"
fakeRunAndCheck Ctx.Verbose "hello_world.fsx" "hello_world.fsx" "core-no-dependencies-hello-world"

let stdOut = String.Join("\n", result.Messages)
let stdErr = String.Join("\n", result.Errors)
Expand Down

0 comments on commit e8fba74

Please sign in to comment.