diff options
| author | Eyal Posener <[email protected]> | 2017-05-06 22:48:34 +0300 |
|---|---|---|
| committer | Eyal Posener <[email protected]> | 2017-05-06 22:48:34 +0300 |
| commit | 91a264bb4097838b8332a30e8c24953f98b83350 (patch) | |
| tree | 19f72585882834e205513b223210d8d6bcb0ff7a /run_test.go | |
| parent | c20bec01d6d5df7c359ee55d097589b2a2f86368 (diff) | |
add predicate tests
Diffstat (limited to 'run_test.go')
| -rw-r--r-- | run_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/run_test.go b/run_test.go index 4cbf36d..95b48b3 100644 --- a/run_test.go +++ b/run_test.go @@ -12,6 +12,8 @@ func TestCompleter_Complete(t *testing.T) { // Set debug environment variable so logs will be printed if testing.Verbose() { os.Setenv(envDebug, "1") + // refresh the logger with environment variable set + Log = getLogger() } // Change to tests directory for testing completion of files and directories |
