Skip to content

Commit

Permalink
Merge branch 'main' into oschwaldp/perf-harness-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Sep 22, 2023
2 parents 1dcf366 + b4c2826 commit 8b52848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestHarness/testUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,4 +612,4 @@ def readSocketDataStr(sock : socket.socket, maxMsgSize : int, enc : str) -> str:

@staticmethod
def getNodeosVersion():
return os.popen(f"{Utils.EosServerPath} --version").read().replace("\n", "")
return os.popen(f"{Utils.EosServerPath} --full-version").read().replace("\n", "")

0 comments on commit 8b52848

Please sign in to comment.