diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2022-06-23 20:51:04 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2022-06-23 20:51:04 -0400 |
commit | 52e39cffbfdd7180be359ed01ae1763c6ccf1632 (patch) | |
tree | 0b21e929f00920f4baa54198dfbe576a926cb850 /lib/testrunner | |
parent | 3cbb28191eafb06c4ad64bf5efb047f4d8277d67 (diff) |
Test automation improvements
Log files are now based on the name of the test being run, and
individual tests in a .ktest file now have their own log files
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Diffstat (limited to 'lib/testrunner')
-rwxr-xr-x | lib/testrunner | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/testrunner b/lib/testrunner index 4d871e4..6d9e1ea 100755 --- a/lib/testrunner +++ b/lib/testrunner @@ -17,6 +17,7 @@ ktest_tmp="/host/$ktest_tmp" ktest_out="/host/$ktest_out" ln -sf $ktest_dir /ktest +ln -sf $ktest_out /ktest-out ln -sf /host/$home $home . "$ktest_dir/lib/util.sh" |