chore: fix copy-produced script
This commit is contained in:
parent
b6bd2dea35
commit
84de976111
1 changed files with 1 additions and 1 deletions
|
|
@ -3,5 +3,5 @@
|
|||
root="$(realpath $(dirname $0))"
|
||||
cd ${1:-$PWD}
|
||||
for f in $(find . -name '*.expected.out'); do
|
||||
cp ${f/expected/produced} "$root/$f"
|
||||
cp ${f/.expected/.produced} "$root/$f"
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue