Skip to content

Commit b661e7b

Browse files
committed
#5 debugging failed test on appveyor.com (Windows)
1 parent f31cd92 commit b661e7b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tailer/fswatcher_test.go

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,19 @@ import (
5151
// - [expect, test line 5, logdir/logfile.log]
5252
//`
5353

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+
5462
// TEMPORARY TEST TO DEBUG A WINDOWS PROBLEM IN tearDown on AppVeyor.com
5563
const tests = `
5664
- name: single logfile
5765
commands:
5866
- [mkdir, logdir]
59-
- [start file tailer, fail_on_missing_logfile=false, logdir/logfile.log]
6067
`
6168

6269
type testConfigType struct {

0 commit comments

Comments
 (0)