Skip to content

Commit

Permalink
doc: update FAQ.md to include smoke test reproduction
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa committed Jan 16, 2025
1 parent 1d8d7ec commit bb9c855
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,23 @@ things regarding the information in this table:
(For the last one, that makes use of the system.custom target added via
[this PR](https://github.com/AdoptOpenJDK/openjdk-tests/pull/2234))

## Running The SSL Test Suites
### Notes for the Smoke Tests

The smoke tests (which run after the build, but *before* the main AQA jobs)
need some special configuration and deviate from what is listed above
because they come from a non-default repository (temurin-build). To run
those you will need to run `extended.functional` but including the the
following parameters to `get.sh`:

```
./get.sh --vendor_repos https://github.com/adoptium/temurin-build \
--vendor_branches master --vendor_dirs /test/functional
cd TKG
make compile
make _extended.functional
```

### Running The SSL Test Suites
<details>
<summary>Quick Guide To Running The SSL Test Suites</summary>

Expand Down

0 comments on commit bb9c855

Please sign in to comment.