diff --git a/Tests/LinuxMain.swift b/Tests/LinuxMain.swift index 3da3fee..c3e2227 100644 --- a/Tests/LinuxMain.swift +++ b/Tests/LinuxMain.swift @@ -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`")