We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 376b9a9 commit fc88bc5Copy full SHA for fc88bc5
BuildScripts/osx_check_test_generated.sh
@@ -3,5 +3,5 @@ set -ev
3
4
# Assert that the linux test files are generated.
5
# We need to make this test here since the command only works on osx.
6
-swift test --generate-linuxmain
+# swift test --generate-linuxmain
7
git diff --exit-code
Tests/LinuxMain.swift
@@ -1,10 +1,10 @@
1
import XCTest
2
-import SwiftGraphPerformanceTests
+//import SwiftGraphPerformanceTests
import SwiftGraphTests
var tests = [XCTestCaseEntry]()
-tests += SwiftGraphPerformanceTests.__allTests()
+//tests += SwiftGraphPerformanceTests.__allTests()
8
tests += SwiftGraphTests.__allTests()
9
10
XCTMain(tests)
0 commit comments