Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenpip3 committed Apr 3, 2024
1 parent 8a90aef commit 6a0e6a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,9 @@ runs:
sed -i 's|BATS_ROOT/$BATS_LIBDIR/bats-core/|BATS_ROOT/$BATS_LIBDIR/bats/|g' lib/bats-core/*
# TODO: open a PR upstream
# this: https://github.com/bats-core/bats-core/blob/12c23eda62065af5e4c80cc81a28a4ce4af34224/libexec/bats-core/bats-gather-tests#L10-L12
# should us the new $BATS_LIBDIR
sed -i 's|BATS_ROOT/lib/bats-core/|BATS_ROOT/share/bats/|g' libexec/bats-core/bats-gather-tests
# should use the new $BATS_LIBDIR?
sed -i 's|BATS_ROOT/lib/bats-core/|BATS_ROOT/share/bats/|g' libexec/bats-core/*
sed -i 's|BATS_ROOT/lib/bats-core/|BATS_ROOT/share/bats/|g' lib/bats-core/*
else
sed -i 's|BATS_ROOT/libexec/bats-core/bats|BATS_ROOT/share/bats/bats|g' bin/bats
sed -i 's|BATS_ROOT/lib/bats-core/|BATS_ROOT/share/bats/|g' libexec/bats-core/*
Expand Down

0 comments on commit 6a0e6a1

Please sign in to comment.