diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-01-29 11:50:06 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-01-29 16:01:06 +0100 |
| commit | b190f060619b8b4be091a69540d0b9de30c1fb5a (patch) | |
| tree | d87e3601f31fa5229424ea2daeab1ee4dbeb2e6d /.gitignore | |
| parent | 47055498006c05e81c1e1ad9101d6b8c6f502064 (diff) | |
dashboard/app: fix testing for go1.11 runtime
0. Remove aetest build tag. We don't need it anymore, go test should work.
1. IsDevAppServer does not return true in tests anymore, so don't use it
2. Use a different mechanism to register test/prod config.
We don't have aetest tag anymore, so we need something even more dynamic.
3. Fix new golangci-lint warnings: all test files are checked now.
Update #1461
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 34ddd10f6..97e0be570 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ workdir* bin/ +dashboard/app/config_prod.go # jetbrains goland .idea |
