[oe-commits] Stefan Stanacar : qemuimage-testlib: change default directory for target tests

git at git.openembedded.org git at git.openembedded.org
Wed May 15 21:18:44 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: e3561c1cae467a4fb79723f83dea54d9d62adf7d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e3561c1cae467a4fb79723f83dea54d9d62adf7d

Author: Stefan Stanacar <stefanx.stanacar at intel.com>
Date:   Wed May 15 12:19:07 2013 +0000

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 at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 scripts/qemuimage-testlib |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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





More information about the Openembedded-commits mailing list