diff --git a/test/ds/README b/test/ds/README index e8702edad..5bb558071 100644 --- a/test/ds/README +++ b/test/ds/README @@ -3,8 +3,8 @@ Test Program for DataServer How to run ========== - 1. Type `make run` to prepare and run test. - 2. When done testing, type `make clean` to clean up. + 1. Type `make` to build the tests. + 2. Type `sh run` to run the tests. How the test works ==================