git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e75445
)
JAL-4090 update docs for changed gradle -P options for testng
author
James Procter
<j.procter@dundee.ac.uk>
Sun, 22 Oct 2023 10:42:24 +0000
(11:42 +0100)
committer
James Procter
<j.procter@dundee.ac.uk>
Sun, 22 Oct 2023 10:42:24 +0000
(11:42 +0100)
doc/building.md
patch
|
blob
|
history
diff --git
a/doc/building.md
b/doc/building.md
index
b02fd89
..
aee827d
100644
(file)
--- a/
doc/building.md
+++ b/
doc/building.md
@@
-336,7
+336,7
@@
the `tests/` folder. A summary of results should appear in your console.
You can run different defined groups of tests with
```bash
-gradle test -PtestngGroups=Network
+gradle test -Ptestng_groups=Network
```
Available groups include Functional (default), Network, External.
@@
-348,7
+348,7
@@
Some of Jalview's Functional tests don't pass reliably in all environments. We t
To exclude one or more groups of tests, add them as a comma separated list in testngExcludedGroups.
```bash
-gradle test -PtestngExcludedGroups=Not-bamboo
+gradle test -Ptestng_excluded_groups=Not-bamboo
```
#### Viewing stdout and stderr for tests