diff options
author | Stefan Stanacar <stefanx.stanacar@intel.com> | 2013-05-15 12:19:07 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-16 00:23:34 +0300 |
commit | e3561c1cae467a4fb79723f83dea54d9d62adf7d (patch) | |
tree | d63a79c3a745274c73ee4a21fc77339dd8f1dd22 | |
parent | 21950ff5eb032fefc4753bd68af57f655d0c61f2 (diff) | |
download | openembedded-core-e3561c1cae467a4fb79723f83dea54d9d62adf7d.tar.gz openembedded-core-e3561c1cae467a4fb79723f83dea54d9d62adf7d.tar.bz2 openembedded-core-e3561c1cae467a4fb79723f83dea54d9d62adf7d.zip |
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>
-rwxr-xr-x | scripts/qemuimage-testlib | 2 |
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 |