Skip to content

Commit

Permalink
#5 debugging failed test on appveyor.com (Windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
fstab committed Mar 3, 2019
1 parent 45f8cd2 commit 09fa4c4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tailer/fswatcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@ const tests = `
- [expect, test line 5, logdir/logfile.log]
`

// // The following test fails on Windows in tearDown() when removing logdir
// // There must be some bug in the Windows file tailer shut down that prevents the
// // directory from being deleted.
// const tests = `
// - name: single logfile
// commands:
// - [mkdir, logdir]
// - [start file tailer, fail_on_missing_logfile=false, logdir/logfile.log]
// `

type testConfigType struct {
Name string
Commands [][]string
Expand Down

0 comments on commit 09fa4c4

Please sign in to comment.