summaryrefslogtreecommitdiffstats
path: root/lib/toaster/tests/builds/README
diff options
context:
space:
mode:
Diffstat (limited to 'lib/toaster/tests/builds/README')
-rw-r--r--lib/toaster/tests/builds/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/toaster/tests/builds/README b/lib/toaster/tests/builds/README
index 98e3e2e04..4a3b5328b 100644
--- a/lib/toaster/tests/builds/README
+++ b/lib/toaster/tests/builds/README
@@ -7,7 +7,7 @@ The simplest way to run the tests are the following commands:
$ . oe-init-build-env
$ 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
+$ DJANGO_SETTINGS_MODULE='toastermain.settings_test' ./manage.py test tests.builds
Optional environment variables:
- TOASTER_DIR (where toaster keeps it's artifacts)