windows special
This commit is contained in:
parent
77bc83d341
commit
1f29cc9c29
|
@ -605,7 +605,9 @@ class RunNode(common_util.SignalMixin, unittest.TestCase, pollmixin.PollMixin):
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
# It should not be running.
|
# It should not be running (but windows shutdown can't run
|
||||||
|
# code so the PID file still exists there).
|
||||||
|
if not platform.isWindows():
|
||||||
self.assertFalse(tahoe.twistd_pid_file.exists())
|
self.assertFalse(tahoe.twistd_pid_file.exists())
|
||||||
|
|
||||||
# Wait for the operation to *complete*. If we got this far it's
|
# Wait for the operation to *complete*. If we got this far it's
|
||||||
|
|
Loading…
Reference in New Issue