From a5f4e5fd991a15d2d9bf48768d214bdc5a68e33c Mon Sep 17 00:00:00 2001 From: Stefan Stanacar Date: Wed, 15 May 2013 12:19:07 +0000 Subject: qemuimage-testlib: change default directory for target tests /tmp is a better location, and it allows copying files on read only fs images (From OE-Core rev: e3561c1cae467a4fb79723f83dea54d9d62adf7d) Signed-off-by: Stefan Stanacar Signed-off-by: Richard Purdie --- scripts/qemuimage-testlib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib index 475231b..adcdf6b 100755 --- a/scripts/qemuimage-testlib +++ b/scripts/qemuimage-testlib @@ -21,7 +21,7 @@ TOOLS="$COREBASE/scripts/qemuimage-tests/tools" TOOLCHAIN_PROJECTS="$COREBASE/scripts/qemuimage-tests/toolchain_projects" # Test Directory on target for testing -TARGET_TEST_DIR="/opt/test" +TARGET_TEST_DIR="/tmp/test" # Global variables for process id XTERMPID=0 -- cgit v1.1