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

benchmark: actually export `gather_info` in simple-command template

The value existed but wasn't declared.
parent a2bd093e
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,9 @@
///////////////////////////////////////////////////////////////////////////////
as_v0 = (super.as_v0) {
["simple-command"] = new Dynamic {
when (gather_info != null) {
["gather-info"] = gather_info
}
["command"] = command
when (prepare_run != null) {
["prepare-run"] = prepare_run
......
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