1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-07 06:56:47 +00:00

feature(worker): cmd_provider, first part, no test, fix me

这个提交包含在:
bigeagle
2016-04-21 23:35:49 +08:00
父节点 44af0d5e62
当前提交 6948db1757
共有 2 个文件被更改,包括 115 次插入0 次删除

查看文件

@@ -26,6 +26,7 @@ func TestRsyncProvider(t *testing.T) {
So(provider.WorkingDir(), ShouldEqual, c.workingDir)
So(provider.LogDir(), ShouldEqual, c.logDir)
So(provider.LogFile(), ShouldEqual, c.logFile)
So(provider.Interval(), ShouldEqual, c.interval)
Convey("When entering a context (auto exit)", func() {
func() {