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 f31cd92 commit b661e7b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tailer/fswatcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,19 @@ import (
// - [expect, test line 5, logdir/logfile.log]
//`

// // TEMPORARY TEST TO DEBUG A WINDOWS PROBLEM IN tearDown on AppVeyor.com
// const tests = `
// - name: single logfile
// commands:
// - [mkdir, logdir]
// - [start file tailer, fail_on_missing_logfile=false, logdir/logfile.log]
// `

// TEMPORARY TEST TO DEBUG A WINDOWS PROBLEM IN tearDown on AppVeyor.com
const tests = `
- name: single logfile
commands:
- [mkdir, logdir]
- [start file tailer, fail_on_missing_logfile=false, logdir/logfile.log]
`

type testConfigType struct {
Expand Down

0 comments on commit b661e7b

Please sign in to comment.