Commit 3d59e4d8 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Fix untar command.

parent dbbbdf15
......@@ -50,7 +50,7 @@ eggs =
[scalability-test-suite]
recipe = plone.recipe.command
location = ${buildout:parts-directory}/${:_buildout_section_name_}
command = tar zxvf -C ${:location} /var/tmp/erp5_scalability_test_suite.tar.gz
command = tar zxf -C ${buildout:parts-directory} /var/tmp/erp5_scalability_test_suite.tar.gz
[template]
recipe = slapos.recipe.template
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment