mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
check_style: Always use a newly created temporary file to store logs
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
ERROR_LOG="$(mktemp -t check_style_XXXXXX.log)"
|
||||
|
||||
. scripts/report_errors.sh
|
||||
|
||||
EXCLUDE_FILES=(
|
||||
|
||||
Reference in New Issue
Block a user