summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLee Duncan <lduncan@suse.com>2022-03-02 14:36:49 -0800
committerLee Duncan <lduncan@suse.com>2022-03-02 14:36:49 -0800
commit130c8885d9f808cac8423302b557a76ee6ed62cb (patch)
tree4e57ead90c55e4e2e56a04c261c22d6c4b27392b /test
parent3859d4a95b7dbad3a3df3dd7f5ef3eb66562c125 (diff)
downloadopen-iscsi-130c8885d9f808cac8423302b557a76ee6ed62cb.tar.gz
test: add item to TODO list
Diffstat (limited to 'test')
-rw-r--r--test/TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/TODO b/test/TODO
index d53f0c9..37af59f 100644
--- a/test/TODO
+++ b/test/TODO
@@ -57,3 +57,8 @@
* keep track of our session id (when we have one), so that
we can log out of just our session more easily
+
+* do a better job of tracking time spent exec-ing other
+ programs -- maybe have the run_cmd() function do it
+ automatically, using a dict, based on the argv[0]
+ command being run?