diff options
| -rw-r--r-- | bitbake/lib/toaster/contrib/tts/tests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/contrib/tts/tests.py b/bitbake/lib/toaster/contrib/tts/tests.py index 8d1964790f..9acef46a38 100644 --- a/bitbake/lib/toaster/contrib/tts/tests.py +++ b/bitbake/lib/toaster/contrib/tts/tests.py | |||
| @@ -62,11 +62,12 @@ class TestHTML5Compliance(unittest.TestCase): | |||
| 62 | self.cleanup_database = False | 62 | self.cleanup_database = False |
| 63 | os.chdir(self.crtdir) | 63 | os.chdir(self.crtdir) |
| 64 | if not os.path.exists(os.path.join(self.crtdir, "toaster.sqlite")): | 64 | if not os.path.exists(os.path.join(self.crtdir, "toaster.sqlite")): |
| 65 | self.cleanup_database = False | 65 | self.cleanup_database = True |
| 66 | run_shell_cmd("%s/bitbake/lib/toaster/manage.py syncdb --noinput" % config.TESTDIR) | 66 | run_shell_cmd("%s/bitbake/lib/toaster/manage.py syncdb --noinput" % config.TESTDIR) |
| 67 | run_shell_cmd("%s/bitbake/lib/toaster/manage.py migrate orm" % config.TESTDIR) | 67 | run_shell_cmd("%s/bitbake/lib/toaster/manage.py migrate orm" % config.TESTDIR) |
| 68 | run_shell_cmd("%s/bitbake/lib/toaster/manage.py migrate bldcontrol" % config.TESTDIR) | 68 | run_shell_cmd("%s/bitbake/lib/toaster/manage.py migrate bldcontrol" % config.TESTDIR) |
| 69 | run_shell_cmd("%s/bitbake/lib/toaster/manage.py loadconf %s/meta-yocto/conf/toasterconf.json" % (config.TESTDIR, config.TESTDIR)) | 69 | run_shell_cmd("%s/bitbake/lib/toaster/manage.py loadconf %s/meta-yocto/conf/toasterconf.json" % (config.TESTDIR, config.TESTDIR)) |
| 70 | run_shell_cmd("%s/bitbake/lib/toaster/manage.py lsupdates" % config.TESTDIR) | ||
| 70 | 71 | ||
| 71 | setup = pexpect.spawn("%s/bitbake/lib/toaster/manage.py checksettings" % config.TESTDIR) | 72 | setup = pexpect.spawn("%s/bitbake/lib/toaster/manage.py checksettings" % config.TESTDIR) |
| 72 | setup.logfile = sys.stdout | 73 | setup.logfile = sys.stdout |
