1
0
mirror of https://passt.top/passt synced 2024-06-29 22:42:46 +00:00
passt/test/build
David Gibson 5d7688d26f tests: Remove not-very-useful "req" directive
The test scripts support a "req" directive which requires one test script
to be run before another.  It's implemented by doing a topological sort
based on these directives in the runner scripts, which is about as awkward
as you'd expect in Bourne shell.

It turns out we only use this functionality in one place - to make the
"make install" test run after the plain "make" test.  We also already have
a simpler way of making sure tests run in a specific order: just put them
into the same test script file.

So, remove support for the "req" directive and just fold the build/all and
build/install test scripts together.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2022-07-14 01:32:42 +02:00
..
all tests: Remove not-very-useful "req" directive 2022-07-14 01:32:42 +02:00
static_checkers tests: Simplify explicit checks for command success 2022-05-19 15:24:15 +02:00