quick-python now accepts a parameter

This commit is contained in:
Alejandro Rodriguez Salamanca 2017-07-04 10:38:16 +02:00
Родитель 9e47ff6add
Коммит 20071af97c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -44,7 +44,7 @@ rappor-sim-profile() {
}
quick-python() {
./regtest.sh run-seq '^demo3' python
./regtest.sh run-seq '^'$1 python
}
python-all() {