Skip to content

Commit

Permalink
Force testing to a local, bogus file
Browse files Browse the repository at this point in the history
  • Loading branch information
DRuggeri committed Aug 21, 2020
1 parent 7dbd8ac commit d77b25c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ go build -o "bind_query_exporter" ../
echo "Running tests..."
cd ../

go test
touch queries.log
BIND_QUERY_EXPORTER_LOG="queries.log" go test
rm queries.log

0 comments on commit d77b25c

Please sign in to comment.