Skip to content

Commit 7fa8d82

Browse files
committed
Print profile
1 parent 444a375 commit 7fa8d82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runner/testsuite/openspace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def run_single_test(test_path, executable) -> TestResult:
125125
test = Test(test_path)
126126

127127
start_time = time.perf_counter()
128-
print(" Starting OpenSpace")
128+
print(f" Starting OpenSpace (Profile: {test.profile})")
129129
process = subprocess.Popen(
130130
[
131131
os.path.abspath(executable),

0 commit comments

Comments
 (0)