mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Tests: Do not remove filename from boost filesystem path for corner
cases. Co-authored-by: Kamil Śliwak <kamil.sliwak@codepoets.it>
This commit is contained in:
co-authored by
Kamil Śliwak
parent
6fd5ea01d1
commit
1ddfc7463a
@@ -70,5 +70,5 @@ while read -r file; do
|
||||
echo "$file"
|
||||
exit 1
|
||||
fi
|
||||
done < <(find "${REPO_ROOT}/test" -iname "*.sol" -and -not -name "documentation.sol")
|
||||
done < <(find "${REPO_ROOT}/test" -iname "*.sol" -and -not -name "documentation.sol" -and -not -name "boost_filesystem_bug.sol")
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user