summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/toaster/toastergui/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/tests.py b/bitbake/lib/toaster/toastergui/tests.py
index 5d15ac9478..95790a2bb8 100644
--- a/bitbake/lib/toaster/toastergui/tests.py
+++ b/bitbake/lib/toaster/toastergui/tests.py
@@ -564,7 +564,7 @@ class ProjectBuildsDisplayTest(TestCase):
564 url = reverse("projectbuilds", args=(self.project1.id,)) 564 url = reverse("projectbuilds", args=(self.project1.id,))
565 response = self.client.get(url, follow=True) 565 response = self.client.get(url, follow=True)
566 result = re.findall('^ +bash:clean$', response.content, re.MULTILINE) 566 result = re.findall('^ +bash:clean$', response.content, re.MULTILINE)
567 self.assertEqual(len(result), 1) 567 self.assertEqual(len(result), 2)
568 568
569 def test_show_tasks_in_allbuilds(self): 569 def test_show_tasks_in_allbuilds(self):
570 build = Build.objects.create(**self.project1_build_success) 570 build = Build.objects.create(**self.project1_build_success)