From 469b69aaa141a8163a6930e2dd4a25272a85d146 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Thu, 6 Apr 2023 13:28:17 +1000 Subject: test: Use "nstool exec" to slightly simplify tests Using this, rather than using "nstool info" to get the pid then manually connecting with nsenter makes things a little simpler. Signed-off-by: David Gibson Signed-off-by: Stefano Brivio --- test/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/run') diff --git a/test/run b/test/run index c72c14c..8f4f845 100755 --- a/test/run +++ b/test/run @@ -41,9 +41,9 @@ PCAP=${PCAP:-0} COMMIT="$(git log --oneline --no-decorate -1)" . lib/util +. lib/context . lib/setup . lib/setup_ugly -. lib/context . lib/term . lib/perf_report . lib/layout -- cgit v1.2.3