From 7f3de3099bcedac60601e8e9fce91e37f09be2f1 Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Thu, 14 Mar 2019 13:44:51 +0100 Subject: [PATCH] better docu --- test/sync_handshake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sync_handshake.py b/test/sync_handshake.py index 3aba5d8..dbcf1a9 100644 --- a/test/sync_handshake.py +++ b/test/sync_handshake.py @@ -7,7 +7,7 @@ you can use this manually for debugging purposes For debugging try: -$ cd $DEV && lldb python3 -- sync_handshake.py -e $DEV +$ cd $DEV && HOME=$PWD lldb python3 -- ../sync_handshake.py -e $DEV """