Skip to content

Commit

Permalink
test: Disable leftover test output
Browse files Browse the repository at this point in the history
  • Loading branch information
p12tic committed Nov 4, 2024
1 parent 6028574 commit d394b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/test/unit/scripts/test_copydb.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class TestCopyDbRealDb(misc.StdoutAssertionsMixin, RunMasterBase, dirs.DirsMixin

def setUp(self):
self.setUpDirs('basedir')
# self.setUpStdoutAssertions() # comment out to see stdout from script
self.setUpStdoutAssertions() # comment out to see stdout from script
write_buildbot_tac(os.path.join('basedir', 'buildbot.tac'))

def tearDown(self):
Expand Down

0 comments on commit d394b2e

Please sign in to comment.