summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2020-12-01 21:04:14 -0800
committerAndrew G. Morgan <morgan@kernel.org>2020-12-07 20:28:24 -0800
commit8361f2999a41b1ff0a5c23ef225b954558dfc1dc (patch)
tree589db3d22d5655e4cb986d0f684ff30415a401c2 /progs
parent6e985f8b53ee9cddfc7466c8b8beeb187cc707d0 (diff)
downloadlibcap2-8361f2999a41b1ff0a5c23ef225b954558dfc1dc.tar.gz
Make quicktest.sh work again with kernel test
It has been a while since I tried: make -C kdebug test A few details for quicktest.sh's dependencies have changed, so accommodate them. Also support custom local experiments in the QEMU session. Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
Diffstat (limited to 'progs')
-rwxr-xr-xprogs/quicktest.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/progs/quicktest.sh b/progs/quicktest.sh
index 1c21bb4..6aa2598 100755
--- a/progs/quicktest.sh
+++ b/progs/quicktest.sh
@@ -255,6 +255,8 @@ if [ -f ../go/compare-cap ]; then
fi
echo "PASSED"
else
- echo "no Go support compiled"
+ echo "no Go support compiled, so skipping Go tests"
fi
rm -f compare-cap
+
+echo "ALL TESTS PASSED!"