aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/csit/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/csit/README.txt')
-rw-r--r--scripts/csit/README.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/csit/README.txt b/scripts/csit/README.txt
index 0f91dbb..66cb214 100644
--- a/scripts/csit/README.txt
+++ b/scripts/csit/README.txt
@@ -31,4 +31,5 @@
1. make a new script in "dmm/scripts/csit/run/" with the help of
"dmm/scripts/csit/template.sh".
- 2. And handle all the actions in it(can go through existing scripts for reference). \ No newline at end of file
+ 2. The functions in dmm/scripts/csit/run/common.sh can be reused in the new script.
+ 3. And handle all the actions in it(can go through existing scripts for reference).