Skip to content

Commit 2dbcf2d

Browse files
committed
correct var name
1 parent 6d825ca commit 2dbcf2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

choose_ci_set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def parse_manifest(manifest_list, slash):
118118
tests.append(slash.join(["tests", suite, test]))
119119

120120
with open(OUTPUT_FILE, "w") as fh:
121-
fh.write("\n".join(run_list))
121+
fh.write("\n".join(tests))
122122

123123

124124
if __name__ == "__main__":

0 commit comments

Comments
 (0)