summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/oescripts.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/oescripts.py')
-rw-r--r--meta/lib/oeqa/selftest/oescripts.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/oescripts.py b/meta/lib/oeqa/selftest/oescripts.py
index baf3b6ab2c..c2e2b45fba 100644
--- a/meta/lib/oeqa/selftest/oescripts.py
+++ b/meta/lib/oeqa/selftest/oescripts.py
@@ -41,7 +41,6 @@ class BuildhistoryDiffTests(BuildhistoryBase):
41 41
42 @testcase(295) 42 @testcase(295)
43 def test_buildhistory_diff(self): 43 def test_buildhistory_diff(self):
44 self.add_command_to_tearDown('cleanup-workdir')
45 target = 'xcursor-transparent-theme' 44 target = 'xcursor-transparent-theme'
46 self.run_buildhistory_operation(target, target_config="PR = \"r1\"", change_bh_location=True) 45 self.run_buildhistory_operation(target, target_config="PR = \"r1\"", change_bh_location=True)
47 self.run_buildhistory_operation(target, target_config="PR = \"r0\"", change_bh_location=False, expect_error=True) 46 self.run_buildhistory_operation(target, target_config="PR = \"r0\"", change_bh_location=False, expect_error=True)