We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31cd92 commit b661e7bCopy full SHA for b661e7b
tailer/fswatcher_test.go
@@ -51,12 +51,19 @@ import (
51
// - [expect, test line 5, logdir/logfile.log]
52
//`
53
54
+// // TEMPORARY TEST TO DEBUG A WINDOWS PROBLEM IN tearDown on AppVeyor.com
55
+// const tests = `
56
+// - name: single logfile
57
+// commands:
58
+// - [mkdir, logdir]
59
+// - [start file tailer, fail_on_missing_logfile=false, logdir/logfile.log]
60
+// `
61
+
62
// TEMPORARY TEST TO DEBUG A WINDOWS PROBLEM IN tearDown on AppVeyor.com
63
const tests = `
64
- name: single logfile
65
commands:
66
- [mkdir, logdir]
- - [start file tailer, fail_on_missing_logfile=false, logdir/logfile.log]
67
`
68
69
type testConfigType struct {
0 commit comments