Skip to content

Commit c444f05

Browse files
authored
Update contribute/developer-guide/README.md
1 parent d4b33b1 commit c444f05

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contribute/developer-guide/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,7 @@ Follow the steps provided below to setup okteto & test the experiment execution.
237237
'experiments/sample_category/sample_exec_chaos',
238238
'experiments/sample_category/sample_exec_chaos/experiment',
239239
```
240-
- 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.
240+
- Add `&` operator in the end of kill command `CHAOS_KILL_COMMAND` example: `kill $(find /proc -name exe -lname '*/md5sum' 2>&1 | grep -v 'Permission denied' | awk -F/ '{print $(NF-1)}') &`. As we are running chaos command as a background process in separate thread.
242241
- Import main file it in bin/experiment/experiment.py and add case. example: line number 3 in experiment.py
243242
- Then go to root(litmus-python) and run `python3 setup.py install`
244243

0 commit comments

Comments
 (0)