Skip to content

Commit

Permalink
fix + hide test logging
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@13348 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Aug 14, 2016
1 parent c39684b commit c89b1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/unit/server/auth_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def _test_file_auth(self, name, module, genauthdata):
with f:
a = self._init_auth(module, {"password_file" : filename})
password, filedata = genauthdata(a)
print("saving password file data='%s' to '%s'", filedata, filename)
#print("saving password file data='%s' to '%s'" % (filedata, filename))
f.write(strtobytes(filedata))
f.flush()
assert a.requires_challenge()
Expand Down

0 comments on commit c89b1f6

Please sign in to comment.