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
@@ -9,8 +9,8 @@
#include "common/goos/ReplUtils.h"
#include "common/util/DgoWriter.h"
#include "common/util/FileUtil.h"
#include "common/util/StringUtil.h"
#include "common/util/Timer.h"
#include "common/util/string_util.h"
#include "goalc/compiler/Compiler.h"
#include "goalc/compiler/IR.h"