Changeset 7d3b414 in trunk
- Timestamp:
- 2016-09-10T01:51:57Z (8 years ago)
- Branches:
- master
- Children:
- 9a1a186
- Parents:
- 09ce796
- git-author:
- Brian Warner <warner@…> (2016-09-10 00:55:27)
- git-committer:
- Brian Warner <warner@…> (2016-09-10 01:51:57)
- Location:
- src/allmydata
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/scripts/create_node.py ¶
r09ce796 r7d3b414 129 129 130 130 if 'hostname' in config and config['hostname'] is not None: 131 print "HOSTNAME"132 131 new_port = iputil.allocate_tcp_port() 133 132 c.write("tub.port = tcp:%s\n" % new_port) -
TabularUnified src/allmydata/test/test_runner.py ¶
r09ce796 r7d3b414 374 374 self.failUnlessEqual(rc_or_sig, 0, errstr) 375 375 self.failUnlessEqual(out, "", errstr) 376 print errstr377 376 # self.failUnlessEqual(err, "", errstr) # See test_client_no_noise -- for now we ignore noise. 378 377 … … 395 394 # check that their contents don't change on restart 396 395 self.furl = fileutil.read(introducer_furl_file) 397 print "portnum_file " + portnum_file398 396 self.failUnless(os.path.exists(portnum_file)) 399 397 self.portnum = fileutil.read(portnum_file)
Note: See TracChangeset
for help on using the changeset viewer.