mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Fixed error in move command in test script
This commit is contained in:
parent
a1c7920a00
commit
2cccacb6a9
@ -61,7 +61,7 @@ do
|
||||
JUNIT_REPORT_PATH="reports/node$version/" JUNIT_REPORT_STACK=1 ./node_modules/.bin/gulp native.test || FAILED="true"
|
||||
cd "reports/node$version"
|
||||
for file in * ; do
|
||||
mv $f `echo $f | sed 's/\(.*\)\.xml/\1_sponge_log.xml/'`
|
||||
mv $file $(echo $file | sed 's/\(.*\)\.xml/\1_sponge_log.xml/')
|
||||
done
|
||||
done
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user