Skip to content

Commit

Permalink
Merge pull request #22487 from taosdata/tomchon-patch-7
Browse files Browse the repository at this point in the history
Update test.py
  • Loading branch information
gccgdb1234 committed Aug 21, 2023
2 parents 48b73f7 + 0b4c753 commit c8456b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system-test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def runOnPreviousCluster(host, config, fileName):
createDnodeNums = value

if key in ['-i', '--independentMnode']:
independentMnode = value
independentMnode = False

if key in ['-R', '--restful']:
restful = True
Expand Down

0 comments on commit c8456b6

Please sign in to comment.