Skip to content

Commit

Permalink
update coverage run.sh to remove --aarch64-dir usage
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Jun 21, 2024
1 parent 1d8328a commit 3cf150f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/coverage/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@

pattern="${1:?requires regex pattern as first argument}"

asl_dir="$(asli --aarch64-dir)"
output="$(echo ":coverage A64 $pattern" | asli)"

echo "$output" | sed "s#$asl_dir#.#g"
echo ":coverage A64 $pattern" | asli

0 comments on commit 3cf150f

Please sign in to comment.