mirror of
https://passt.top/passt
synced 2025-05-28 12:25:34 +02:00
test/lib: Move screen-scraping setup and layout functions to _ugly files
I'm going to add yet another one of those, for which I have no quick solution. It's a regression in some sense, but at least if we make this regression more observable and defined, it should be easier to find a comprehensive solution later, within this or another testing framework. Signed-off-by: Stefano Brivio <sbrivio@redhat.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
ea5e046646
commit
e76e65a36e
5 changed files with 123 additions and 92 deletions
test
2
test/run
2
test/run
|
@ -39,10 +39,12 @@ COMMIT="$(git log --oneline --no-decorate -1)"
|
|||
|
||||
. lib/util
|
||||
. lib/setup
|
||||
. lib/setup_ugly
|
||||
. lib/context
|
||||
. lib/term
|
||||
. lib/perf_report
|
||||
. lib/layout
|
||||
. lib/layout_ugly
|
||||
. lib/test
|
||||
. lib/video
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue