From 6fa2f1dc822943d287bde568fa2899055f2f783f Mon Sep 17 00:00:00 2001
From: an7s <an7s@localhost>
Date: Tue, 26 Jul 2016 01:00:36 +0000
Subject: [PATCH] Don't cleanup remote dir so that we can debug

---
 SMP-analyze.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SMP-analyze.sh b/SMP-analyze.sh
index 2977b83..48e00dc 100755
--- a/SMP-analyze.sh
+++ b/SMP-analyze.sh
@@ -145,7 +145,7 @@ run_remote_command()
 	rc=$?
 
 	# cleanup_remote_host remote directory (a.i64)
-	cleanup_remote_host $remotehost
+#	cleanup_remote_host $remotehost
 	return $rc
 }
 
-- 
GitLab