Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 9e34b63

Browse files
Fix table layout and fix skipTest parameter
1 parent fa1995d commit 9e34b63

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

standalone/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ The parameters are the same as for the [SQLcl command `tvdformat`](../sqlcl/READ
3131

3232
A native image is a platform specific executable. It does not require a JDK at runtime. A native image uses less resources and is faster. The following images can be produced with a GraalVM JDK 17:
3333

34-
OS | amd64 (Intel)? | aarch64 (ARM)? |
35-
------- | :-------------: | :------------: |
36-
macOS | yes | yes |
37-
Linux | yes | yes |
38-
Windows | yes | - |
34+
| OS | amd64 (Intel)? | aarch64 (ARM)? |
35+
|---------|:--------------:|:--------------:|
36+
| macOS | yes | yes |
37+
| Linux | yes | yes |
38+
| Windows | yes | - |
3939

40-
Currently there is no way to produce an ARM based (aarch64) native image for Windows.
40+
Currently, there is no way to produce an ARM based (aarch64) native image for Windows.
4141

4242
Native images are not part of a release. You have to build them yourself as described [below](#how-to-build).
4343

@@ -82,14 +82,14 @@ The parameters are the same as for the [executable JAR](#executable-jar).
8282
8383
You can define the following optional parameters:
8484
85-
| Parameter | Value | Meaning |
86-
| -------------------------- | ------- | ------- |
87-
| `skip.native` | `true` | Do not produce a native image (default) |
88-
| | `false` | Produce a native image |
89-
| `skipTests` | `true` | Run tests (default) |
90-
| | `false` | Do not run tests |
85+
| Parameter | Value | Meaning |
86+
| -------------------------- | ------- |---------------------------------------------------|
87+
| `skip.native` | `true` | Do not produce a native image (default) |
88+
| | `false` | Produce a native image |
89+
| `skipTests` | `true` | Do not run tests |
90+
| | `false` | Run tests (default) |
9191
| `disable.logging` | `true` | Disable logging message during test run (default) |
92-
| | `false` | Enable logging message during test run |
92+
| | `false` | Enable logging message during test run |
9393
9494
Here's a fully qualified example to produce a native image and run all integration tests:
9595

0 commit comments

Comments
 (0)