Skip to content

Commit

Permalink
Fix support for running tests on Linux (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
AvdLee authored Feb 6, 2020
1 parent 1f29318 commit 83f6c3b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Tests/LinuxMain.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
import XCTest

import ChangelogProducerTests

var tests = [XCTestCaseEntry]()
tests += ChangelogProducerTests.allTests()
XCTMain(tests)
fatalError("Running tests like this is unsupported. Run the tests again by using `swift test --enable-test-discovery`")

0 comments on commit 83f6c3b

Please sign in to comment.