Skip to content

Commit 0f13c23

Browse files
committed
add comment
1 parent f9669cb commit 0f13c23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/rpc-server/runTests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def checkGolden (resp, resp_golden_path):
104104
exit(1)
105105

106106
def checkGoldenGetModel(resp, resp_golden_path):
107+
'''Almost exactly like checkGolden, but only compares the result->satisfiable field of the reponses'''
107108
if os.path.exists(resp_golden_path):
108109
debug("Checking against golden file...")
109110
with open(resp_golden_path, 'rb') as resp_golden_raw:

0 commit comments

Comments
 (0)