Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
matthid committed Jun 13, 2019
1 parent 14aa207 commit 8f14207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
3 changes: 1 addition & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Release Notes

## 5.14.1-alpha - 2019-06-13
## 5.14.1 - 2019-06-13

* BUGFIX: Fake 5 native libraries support now works on unix - https://github.com/fsharp/FAKE/pull/2334
* tbd

## 5.14.0 - 2019-06-12

Expand Down
12 changes: 1 addition & 11 deletions src/test/Fake.Core.IntegrationTests/SimpleHelloWorldTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,5 @@ let tests =

testCase "issue #2007 - native libs work" <| fun _ ->
handleAndFormat <| fun () ->
//if Environment.isWindows then
let scriptName = "build.fsx"
let runArgs = sprintf "-v run %s" "build.fsx"
let scenario = "i002007-native-libs"
let path = scenarioTempPath scenario

let result = fakeInPath runArgs scenario path
checkIntellisenseInPath scriptName (resolvePath scenario path)
ignore result


fakeRunAndCheck "build.fsx" "build.fsx" "i002007-native-libs" |> ignore
]

0 comments on commit 8f14207

Please sign in to comment.