Skip to content

Commit

Permalink
Merge pull request #1666 from AntelopeIO/full-version
Browse files Browse the repository at this point in the history
PH: Include full version in performance harness reports
  • Loading branch information
heifner authored Sep 21, 2023
2 parents 6a4d3e3 + aec57dc commit b4c2826
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 b4c2826

Please sign in to comment.