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:
parent
055c4b4d44
commit
5958e8d9ea
@ -1,5 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
ERROR_LOG="$(mktemp -t check_style_XXXXXX.log)"
|
||||||
|
|
||||||
. scripts/report_errors.sh
|
. scripts/report_errors.sh
|
||||||
|
|
||||||
EXCLUDE_FILES=(
|
EXCLUDE_FILES=(
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
export ERROR_LOG="/tmp/error.log"
|
|
||||||
|
|
||||||
function report_error_to_github
|
function report_error_to_github
|
||||||
{
|
{
|
||||||
if [ $? -eq 0 ]
|
if [ $? -eq 0 ]
|
||||||
|
Loading…
Reference in New Issue
Block a user