summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/tests/builds/README
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/tests/builds/README')
-rw-r--r--bitbake/lib/toaster/tests/builds/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/tests/builds/README b/bitbake/lib/toaster/tests/builds/README
index 98e3e2e047..4a3b5328b8 100644
--- a/bitbake/lib/toaster/tests/builds/README
+++ b/bitbake/lib/toaster/tests/builds/README
@@ -7,7 +7,7 @@ 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 bitbake/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
12Optional environment variables: 12Optional environment variables:
13 - TOASTER_DIR (where toaster keeps it's artifacts) 13 - TOASTER_DIR (where toaster keeps it's artifacts)