Skip to content

Commit dd479c1

Browse files
committed
Apply suggestion to README.md
1 parent 9f5e3af commit dd479c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Files in the `artifacts/` directory will automatically be saved as build artifac
4444
4545
## Important files in this repo
4646
47-
* `test.resc` - Renode script file, this is where you set up and load the platform
48-
* `test.robot` - [Robot Framework](https://robotframework.org/) test file, where you describe the expected flow of the simulation that showcases the erroneous behaviour
47+
* `test.resc` - Renode script file, this is where you load the platform and set up simulation
48+
* `test.robot` - [Robot Framework](https://robotframework.org/) test file, where you instruct Renode how to reproduce the erroneous behaviour
4949
* `.github/workflows` - the GH Actions script, modify it when you need to change `renode-revision`, `renode-repository` or to make fundamental changes to the pipeline
5050
* `artifacts` - any files you want the CI to store for demonstration (e.g. logs) should end up here during the CI job
5151
* `build.sh` - a stub of a potential build script for your [test software](#providing-test-software)

0 commit comments

Comments
 (0)