mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #10976 from ethereum/fix-boost-filesystem-bug
Tests: Do not remove filename from boost filesystem path for corner cases
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
==== Source://// ====
|
||||
// This test used to throw due to a bug in boost::filesystem.
|
||||
// See https://github.com/boostorg/filesystem/issues/176
|
||||
import ".";
|
||||
@@ -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