[oe-commits] [bitbake] 03/44: toaster: tests Add a BuildTest helper class

git at git.openembedded.org git at git.openembedded.org
Mon Jun 13 21:10:51 UTC 2016


rpurdie pushed a commit to branch master-next
in repository bitbake.

commit 2cafb16033b2f38156e6e0a74c02120f87a4fa92
Author: Michael Wood <michael.g.wood at intel.com>
AuthorDate: Mon Apr 25 19:04:56 2016 +0100

    toaster: tests Add a BuildTest helper class
    
    Add a helper class for running build tests. Subclass this and call the
    build method to get setup for running tests on the resulting data from a
    build.
    
    Signed-off-by: Michael Wood <michael.g.wood at intel.com>
    Signed-off-by: Elliot Smith <elliot.smith at intel.com>
---
 lib/toaster/tests/builds/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/toaster/tests/builds/README b/lib/toaster/tests/builds/README
index a32721e..98e3e2e 100644
--- a/lib/toaster/tests/builds/README
+++ b/lib/toaster/tests/builds/README
@@ -6,7 +6,7 @@ Your oe build environment must be sourced/initialised for these tests to run.
 The simplest way to run the tests are the following commands:
 
 $ . oe-init-build-env
-$ cd lib/toaster/ # path my vary but this is into toaster's directory
+$ cd bitbake/lib/toaster/ # path my vary but this is into toaster's directory
 $ DJANGO_SETTINGS_MODULE='toastermain.settings-test' ./manage.py test tests.builds
 
 Optional environment variables:

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list