Skip to content

Commit ab686c0

Browse files
committed
tests: pass verify_json.expected as absolute path
Adjust the test to run in different PWD. This will enable us to use lit.site.cfg instead.
1 parent 4fa39ed commit ab686c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Functional/ListTests/main.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: %{xctest_checker} %t_list %s
44
// RUN: %T/ListTests --dump-tests-json > %t_json || true
55
// RUN: %T/ListTests --verify %t_json > %t_verify
6-
// RUN: %{xctest_checker} %t_verify verify_json.expected
6+
// RUN: %{xctest_checker} %t_verify %S/verify_json.expected
77

88
#if os(macOS)
99
import SwiftXCTest

0 commit comments

Comments
 (0)