mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
c36a1a1ce1
commit
005c13f2e8
|
@ -36,8 +36,8 @@ test:
|
|||
# Caused by: java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters: /__w/pantry/pantry/testbeds/apache.org???jmeter-5.6.3
|
||||
working-directory: $(mktemp -d)
|
||||
script:
|
||||
- jmeter -n -t $FIXTURE
|
||||
- jmeter -n -t $FIXTURE | grep 'end of run'
|
||||
- cat $FIXTURE > test.jmx
|
||||
- jmeter -n -t test.jmx | grep 'end of run'
|
||||
- jmeter --version | grep {{version}}
|
||||
fixture: |
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
|
Loading…
Reference in a new issue