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:
Bhargava Shastry
2021-02-22 10:32:41 +01:00
co-authored by Kamil Śliwak
parent 6fd5ea01d1
commit 1ddfc7463a
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