We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c315c0 commit 576fc5fCopy full SHA for 576fc5f
1 file changed
_python/pgbench_python
@@ -11,4 +11,4 @@ if [ ! -d "${_venv}" ]; then
11
fi
12
13
source "${_venv}/bin/activate"
14
-exec "${_venv}/bin/python3" "${_dir}/pgbench_python.py"
+exec "${_venv}/bin/python3" "${_dir}/pgbench_python.py" $@
0 commit comments