Skip to content
Snippets Groups Projects
Commit 8394bd8e authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

benchmark: do not copy the data-env for some benchmark

The default changed so we have to specify it now.
parent 59ccdd4a
No related branches found
No related tags found
1 merge request!31btrfs and other improvement
......@@ -3,6 +3,9 @@
name="hg.debug.debug-delta-chain"
method="simple-command"
[run]
copy-data-env = false
[simple-command]
command='hg debugdeltachain > /dev/null'
cwd="DATA-VARS:mercurial.main-repo-path"
......
......@@ -3,6 +3,9 @@
name="hg.debug.debug-revlog-index"
method="simple-command"
[run]
copy-data-env = false
[simple-command]
command='hg debug-revlog-index > /dev/null'
cwd="DATA-VARS:mercurial.main-repo-path"
......
......@@ -3,6 +3,9 @@
name="hg.command.log"
method="simple-command"
[run]
copy-data-env = false
[simple-command]
command='hg log > /dev/null'
cwd="DATA-VARS:mercurial.main-repo-path"
......
......@@ -3,6 +3,9 @@
name="hg.debug.verify"
method="simple-command"
[run]
copy-data-env = false
[simple-command]
command='hg verify > /dev/null'
accept-failure=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment