Skip to content

Commit

Permalink
fix: shit (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
motorina0 authored Dec 12, 2024
1 parent b184431 commit 5f0760b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/001_extensions-enable-all.jmx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</elementProp>
<elementProp name="extensionsManifestPath" elementType="Argument">
<stringProp name="Argument.name">extensionsManifestPath</stringProp>
<stringProp name="Argument.value">${__property(extensionsManifestPath,,/lnbits/lnbits-extensions/main/extensions.json)}</stringProp>
<stringProp name="Argument.value">${__property(extensionsManifestPath,,lnbits/lnbits-extensions/refs/heads/main/extensions.json)}</stringProp>
<stringProp name="Argument.desc">HTTP path for the raw.githubusercontent.com repo</stringProp>
<stringProp name="Argument.metadata">=</stringProp>
</elementProp>
Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ for file in $files; do
date
filename=$(basename "$file" ".jmx")
echo "Using Extension Manifest: $EXTENSIONS_MANIFEST_PATH"
./apache-jmeter-5.6.3/bin/jmeter -DextensionsManifestPath="$EXTENSIONS_MANIFEST_PATH" -Dnashorn.args=--no-deprecation-warning -n -t $file -l logs/$filename.log -e -o reports ;
./apache-jmeter-5.6.3/bin/jmeter -DextensionsManifestPath="$EXTENSIONS_MANIFEST_PATH" -n -t $file -l logs/$filename.log -e -o reports ;
error_count=$(cat jmeter.log | grep "summary =" | grep "Err: 1" | wc -l)
echo "Error count: '$error_count'"
echo "##########"
Expand Down

0 comments on commit 5f0760b

Please sign in to comment.