diff options
-rw-r--r-- | bitbake/lib/toaster/tests/builds/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/tests/builds/README b/bitbake/lib/toaster/tests/builds/README index a32721eb5d..98e3e2e047 100644 --- a/bitbake/lib/toaster/tests/builds/README +++ b/bitbake/lib/toaster/tests/builds/README | |||
@@ -6,7 +6,7 @@ Your oe build environment must be sourced/initialised for these tests to run. | |||
6 | The simplest way to run the tests are the following commands: | 6 | The simplest way to run the tests are the following commands: |
7 | 7 | ||
8 | $ . oe-init-build-env | 8 | $ . oe-init-build-env |
9 | $ cd lib/toaster/ # path my vary but this is into toaster's directory | 9 | $ cd bitbake/lib/toaster/ # path my vary but this is into toaster's directory |
10 | $ DJANGO_SETTINGS_MODULE='toastermain.settings-test' ./manage.py test tests.builds | 10 | $ DJANGO_SETTINGS_MODULE='toastermain.settings-test' ./manage.py test tests.builds |
11 | 11 | ||
12 | Optional environment variables: | 12 | Optional environment variables: |