Correct shell options un convinience scripts

This commit is contained in:
Andrey Pohilko 2013-02-01 16:55:25 +04:00
parent 03f159c404
commit b888424a41
2 changed files with 2 additions and 2 deletions

2
ab.sh
View File

@ -1,2 +1,2 @@
#! /bin/sh
yandex-tank -o "tank.plugin_phantom=" -o "tank.plugin_ab=Tank/Plugins/ApacheBenchmark.py" $*
yandex-tank -o "tank.plugin_phantom=" -o "tank.plugin_ab=Tank/Plugins/ApacheBenchmark.py" "$@"

View File

@ -1,2 +1,2 @@
#! /bin/sh
yandex-tank -o "tank.plugin_phantom=" -o "tank.plugin_jmeter=Tank/Plugins/JMeter.py" $*
yandex-tank -o "tank.plugin_phantom=" -o "tank.plugin_jmeter=Tank/Plugins/JMeter.py" "$@"