Skip to content

Commit 274138a

Browse files
authored
Merge pull request swiftlang#29308 from rintaro/run-test-targets
[run-test] Update run-test for recent changes
2 parents 1b0eee9 + 51e7f8a commit 274138a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/run-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def main():
159159
args = parser.parse_args()
160160

161161
targets = args.targets
162-
if targets is None:
162+
if not targets:
163163
targets = [host_target]
164164

165165
paths = []

0 commit comments

Comments
 (0)