Skip to content

Commit 51e7f8a

Browse files
committed
[run-test] Update run-test for recent changes
1 parent 4d715e6 commit 51e7f8a

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)