diff options
author | Christopher Baines <cb15g11@soton.ac.uk> | 2014-03-19 17:46:51 +0000 |
---|---|---|
committer | Christopher Baines <cb15g11@soton.ac.uk> | 2014-03-19 17:46:51 +0000 |
commit | 4613db0e1c83ec32e10e8b258d4ed3a7ca325ad7 (patch) | |
tree | 0ef68067594937abd75e6bd4f5c58df7b080f981 /run-hs-test.sh | |
parent | c70033da9be04d540d8355ff8abbfa7fad280885 (diff) | |
download | chutney-4613db0e1c83ec32e10e8b258d4ed3a7ca325ad7.tar chutney-4613db0e1c83ec32e10e8b258d4ed3a7ca325ad7.tar.gz |
Update path
Diffstat (limited to 'run-hs-test.sh')
-rwxr-xr-x | run-hs-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-hs-test.sh b/run-hs-test.sh index 2f08532..169dbaf 100755 --- a/run-hs-test.sh +++ b/run-hs-test.sh @@ -1,6 +1,6 @@ #!/bin/bash -export PATH=../tor/src/or:$PATH +export PATH=../tor/src/or:../tor/src/tools/:$PATH ./chutney stop networks/hidden-service rm -rf net/nodes |