Skip to content

Commit

Permalink
GH-1251 Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Jun 19, 2023
1 parent 34fa470 commit 360ffb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/performance_tests/performance_test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def configureValidationNodes():
if not self.prodsEnableTraceApi:
validationNodeSpecificNodeosStr += "--plugin eosio::trace_api_plugin "
if self.nonProdsEosVmOcEnable:
validationNodeSpecificNodeosStr += "--eos-vm-oc-enable "
validationNodeSpecificNodeosStr += "--eos-vm-oc-enable all "
if validationNodeSpecificNodeosStr:
self.specificExtraNodeosArgs.update({f"{nodeId}" : validationNodeSpecificNodeosStr for nodeId in self._validationNodeIds})

Expand Down

0 comments on commit 360ffb5

Please sign in to comment.