aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht')
-rwxr-xr-xsrc/dht/test_dht_tools.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dht/test_dht_tools.sh b/src/dht/test_dht_tools.sh
index cbbbfd639..9613cbf54 100755
--- a/src/dht/test_dht_tools.sh
+++ b/src/dht/test_dht_tools.sh
@@ -26,6 +26,7 @@ if ! $peerinfo > $out ; then
26 cat $out 26 cat $out
27 exit 1 27 exit 1
28fi 28fi
29echo "PASS"
29 30
30echo -n "TEST: Starting ARM..." 31echo -n "TEST: Starting ARM..."
31if ! $armexe $DEBUG -s > $out ; then 32if ! $armexe $DEBUG -s > $out ; then