]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemuimage-testlib: change default directory for target tests
authorStefan Stanacar <stefanx.stanacar@intel.com>
Wed, 15 May 2013 12:19:07 +0000 (12:19 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 May 2013 21:23:34 +0000 (00:23 +0300)
/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>
scripts/qemuimage-testlib

index 475231bbc489f39a53ab1b38808499f948a3475d..adcdf6bfeff1dc857f46ba46ec7d8ce5e68d4406 100755 (executable)
@@ -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