Skip to content

Commit ffd89b5

Browse files
authored
Update runtests.jl for PT3
1 parent e69e8dd commit ffd89b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/runtests.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ AMDGPU.versioninfo()
109109

110110
@info "Test suite info"
111111
data = String["$np" "$(AMDGPU.device())" join(TARGET_TESTS, ", ");]
112-
PrettyTables.pretty_table(data; header=["Workers", "Device", "Tests"], crop=:none)
112+
PrettyTables.pretty_table(data; column_labels=["Workers", "Device", "Tests"],
113+
fit_table_in_display_vertically=false,
114+
fit_table_in_display_horizontally=false)
113115

114116
runtests(AMDGPU; nworkers=np, nworker_threads=1, testitem_timeout=60 * 30) do ti
115117
for tt in TARGET_TESTS

0 commit comments

Comments
 (0)