[Rust Server] Add debug log for rust-server-petstore.sh

This commit is contained in:
Richard Whitehouse 2020-04-20 18:29:39 +01:00
parent 2cd5bc45da
commit 935f6100c3

View File

@ -26,6 +26,7 @@ then
fi
for spec_path in modules/openapi-generator/src/test/resources/*/rust-server/* ; do
echo "Generating: $spec_path"
export JAVA_OPTS="${JAVA_OPTS} -Xmx1024M -DloggerPath=conf/log4j.properties"
spec=$(basename "$spec_path" | sed 's/.yaml//')
args="generate --template-dir modules/openapi-generator/src/main/resources/rust-server