From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- external/poky/meta/recipes-extended/sed/sed/run-ptest | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 external/poky/meta/recipes-extended/sed/sed/run-ptest (limited to 'external/poky/meta/recipes-extended/sed/sed/run-ptest') diff --git a/external/poky/meta/recipes-extended/sed/sed/run-ptest b/external/poky/meta/recipes-extended/sed/sed/run-ptest new file mode 100644 index 00000000..993d7d5d --- /dev/null +++ b/external/poky/meta/recipes-extended/sed/sed/run-ptest @@ -0,0 +1,5 @@ +#!/bin/sh + +chown nobody testsuite +chown nobody ../ptest +su nobody -c "make test-suite.log" -- cgit 1.2.3-korg