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:
chriseth
2021-02-23 14:43:55 +01:00
committed by GitHub
4 changed files with 14 additions and 3 deletions
@@ -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 ".";
+1 -1
View File
@@ -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