mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #12348 from dallonasnes/fix-cut-on-macos
Fix cl test script on macOS
This commit is contained in:
commit
5a908a8705
@ -54,7 +54,8 @@ do
|
|||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
matching_tests=$(find . -mindepth 1 -maxdepth 1 -type d -name "$1" | cut --characters 3- | sort)
|
matching_tests=$(find . -mindepth 1 -maxdepth 1 -type d -name "$1" | cut -c 3- | sort)
|
||||||
|
|
||||||
|
|
||||||
if [[ $matching_tests == "" ]]
|
if [[ $matching_tests == "" ]]
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user