summaryrefslogtreecommitdiffstats
path: root/isys/testprobe
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-07 03:06:33 +0000
committerMatt Wilson <msw@redhat.com>1999-08-07 03:06:33 +0000
commit5c198114640db1191e4b501d828622e6b9bc90d6 (patch)
tree88626098eca1f9ba5e0fb942c252b90c8d2ccbf1 /isys/testprobe
parent1c98f99db5dd38e8be6812f3c927bc8c28f46414 (diff)
downloadanaconda-5c198114640db1191e4b501d828622e6b9bc90d6.tar.gz
anaconda-5c198114640db1191e4b501d828622e6b9bc90d6.tar.xz
anaconda-5c198114640db1191e4b501d828622e6b9bc90d6.zip
writes changes to disks
Diffstat (limited to 'isys/testprobe')
-rwxr-xr-xisys/testprobe11
1 files changed, 8 insertions, 3 deletions
diff --git a/isys/testprobe b/isys/testprobe
index 4064d458e..f0b1573a5 100755
--- a/isys/testprobe
+++ b/isys/testprobe
@@ -9,6 +9,11 @@ p.updateScsi()
i = 0
print "found devices:"
-while (i < len(p)):
- print "\t", p[i]
- i = i + 1
+#while (i < len(p)):
+# print "\t", p[i]
+# i = i + 1
+
+print len (p)
+
+for i in p:
+ print "\t", i