Skip to content

Commit

Permalink
Merge pull request #139 from coldav/colin/fix_sycl_cts_profile
Browse files Browse the repository at this point in the history
Fix stdout usage in city runner python script
  • Loading branch information
coldav authored Sep 21, 2023
2 parents 00f82df + 7ad7ddd commit a66a613
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/testing/city_runner/profiles/sycl_cts.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import os
import io
import re
from sys import stdout
from city_runner.profiles.default import DefaultProfile
from city_runner.profiles.default import DefaultTestRun
from city_runner.execution import TestRunBase
Expand Down

0 comments on commit a66a613

Please sign in to comment.