Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfalkner committed Aug 5, 2020
1 parent de0f862 commit 89afbc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/native.adoc
Expand Up @@ -52,15 +52,15 @@ The output of the native build is a native Linux binary, which you can see using

[source,sh,role="copypaste"]
----
readelf -h /tmp/hello/getting-started/target/*-runner
readelf -h $CHE_PROJECTS_ROOT/quarkus-workshop-labs/target/*-runner
----

you’ll see:

[source,none]
----
ELF Header:
Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
Class: ELF64
Data: 2's complement, little endian
Version: 1 (current)
Expand Down
2 changes: 1 addition & 1 deletion docs/testing.adoc
Expand Up @@ -190,7 +190,7 @@ public class StaticContentTest {
----
<1> The `@TestHTTPResource` annotation allows you to directly inject the URL of the Quarkus instance, the value of the annotation will be the path component of the URL. For now `@TestHTTPResource` allows you to inject URI, URL and String representations of the URL.

Re-run the tests (with **Run Tests**) to ensure they're still passing:
Re-run the tests (with **Run Tests**) to ensure they're still passing.

== Injection into tests

Expand Down

0 comments on commit 89afbc5

Please sign in to comment.