tests: make the offline tests aware of the current terminals row count (#2105)

This fixes the hideous output when your terminal would be too small to
hold all the threads.
This commit is contained in:
Tyler Wilding
2023-01-07 10:35:12 -05:00
committed by GitHub
parent f699675ede
commit 2f4146d469
12 changed files with 149 additions and 27 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#include "execution.h"
#include "common/util/StringUtil.h"
#include "common/util/diff.h"
#include "common/util/string_util.h"
#include "goalc/compiler/Compiler.h"
#include "test/offline/config/config.h"