aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorStefan Stanacar <stefanx.stanacar@intel.com>2013-05-15 12:19:07 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-16 00:23:34 +0300
commite3561c1cae467a4fb79723f83dea54d9d62adf7d (patch)
treed63a79c3a745274c73ee4a21fc77339dd8f1dd22 /scripts
parent21950ff5eb032fefc4753bd68af57f655d0c61f2 (diff)
downloadopenembedded-core-contrib-e3561c1cae467a4fb79723f83dea54d9d62adf7d.tar.gz
qemuimage-testlib: change default directory for target tests
/tmp is a better location, and it allows copying files on read only fs images Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/qemuimage-testlib2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib
index 475231bbc4..adcdf6bfef 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