Skip to content

Commit

Permalink
fix domain socket
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiayu Liu authored and Jens-G committed Oct 12, 2023
1 parent ca76644 commit df0c674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/crossrunner/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


def domain_socket_path(port):
return '/tmp/v0.16/ThriftTest.thrift.%d' % port
return '/tmp/ThriftTest.thrift.%d' % port


def merge_dict(base, update):
Expand Down

0 comments on commit df0c674

Please sign in to comment.