Remove HEADLESS code gating

This commit is contained in:
Maurice Parker 2019-10-11 13:00:18 -05:00
parent d3f764ec33
commit 605607ece0
4 changed files with 0 additions and 10 deletions

View File

@ -37,5 +37,4 @@ jobs:
ENCRYPTION_SECRET: ${{ secrets.ENCRYPTION_SECRET }}
KEY_SECRET: ${{ secrets.KEY_SECRET }}
SCHEME: ${{ matrix.scheme }}
HEADLESS_TEST: YES
run: buildscripts/ci-build.sh

View File

@ -6,8 +6,6 @@
// Copyright © 2018 Ranchero Software. All rights reserved.
//
#if !HEADLESS_TEST
import XCTest
class AppleScriptXCTestCase: XCTestCase {
@ -67,5 +65,3 @@ class AppleScriptXCTestCase: XCTestCase {
return usrfDictionary["script_result"]
}
}
#endif

View File

@ -6,8 +6,6 @@
// Copyright © 2018 Olof Hellman. All rights reserved.
//
#if !HEADLESS_TEST
import XCTest
class ScriptingTests: AppleScriptXCTestCase {
@ -101,5 +99,3 @@ class ScriptingTests: AppleScriptXCTestCase {
doIndividualScriptWithExpectation(filename: "testURLsOfCurrentArticle")
}
}
#endif

View File

@ -1,4 +1,3 @@
HEADLESS_TEST = $(HEADLESS_TEST)
CODE_SIGN_IDENTITY = -
CODE_SIGN_STYLE = Automatic