Skip to content

Commit d4b33b1

Browse files
committed
update readme for sdk
Signed-off-by: Oum Kale <[email protected]>
1 parent 952da0b commit d4b33b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contribute/developer-guide/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ Follow the steps provided below to setup okteto & test the experiment execution.
238238
'experiments/sample_category/sample_exec_chaos/experiment',
239239
```
240240
- Add `&` operator at the end of kill commands `CHAOS_KILL_COMMAND` example: `kill $(find /proc -name exe -lname '*/md5sum' 2>&1 | grep -v 'Permission denied' | awk -F/ '{print $(NF-1)}') &`.
241+
Because we are running this command as a background process using multi-threading.
241242
- Import main file it in bin/experiment/experiment.py and add case. example: line number 3 in experiment.py
242243
- Then go to root(litmus-python) and run `python3 setup.py install`
243244

0 commit comments

Comments
 (0)