Skip to content

Commit

Permalink
testnet-test-write-and-read: use --share
Browse files Browse the repository at this point in the history
After merging masala's fix for parsing read-only handles from
privacylab#110 this works now.
  • Loading branch information
leif committed May 4, 2024
1 parent 11a0333 commit e8c6925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ testnet-test-write-and-read: $(net_name)/running.stamp
$(docker) run --rm --network host -it -v ./$(net_name):/talek_shared -w /talek_shared talek-cli:latest bash -c " \
rm -f test_output.log && \
talekclient --verbose --create --topic writehandle && \
cp writehandle readhandle && \
talekclient --verbose --topic writehandle --share readhandle && \
talekclient --verbose --topic writehandle --write Hello1 && \
talekclient --verbose --topic writehandle --write Hello2 && \
talekclient --verbose --topic writehandle --write Hello3 && \
Expand Down

0 comments on commit e8c6925

Please # to comment.