Skip to content

Commit 347d2d5

Browse files
committed
Small tweaks
1 parent ea897bc commit 347d2d5

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

docs/building-on-top.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ our project. :rocket:
277277
:warning: **We're not done yet though!** :warning:
278278

279279
It's great that the project built, but we haven't tested it yet. Going back to our `README.md`, we find the command we
280-
need to run to execute the tests:
280+
need to run the tests:
281281
``` { .bash .copy }
282282
ctest --output-on-failure --verbose
283283
```
@@ -344,14 +344,19 @@ The following tests FAILED:
344344
Errors while running CTest
345345
```
346346

347-
:anguished: All our tests failed! Our output is full of errors like
347+
:anguished: All our tests failed!
348+
349+
Our output is full of errors like
348350
``` { .output .no-copy }
349351
/home/ocaisa/EESSI/cicd-demo/build/hello_mpi_hdf5: error while loading shared libraries: libhdf5_cpp.so.310: cannot open shared object file: No such file or directory
350352
```
351353
What went wrong?
352354

353355
### Why did our build fail the tests?
354356

357+
To understand where the failure is coming from, we first need to understand what actually happens when we try to run a
358+
program on a computer.
359+
355360
### Using the `buildenv` module
356361

357362
### Building our project

0 commit comments

Comments
 (0)