mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-25 00:18:34 +01:00
2nd client run for testing
This commit is contained in:
parent
659779b110
commit
8385c5aea6
1 changed files with 8 additions and 0 deletions
|
@ -37,6 +37,14 @@ runs {
|
||||||
// Comma-separated list of namespaces to load gametests from. Empty = all namespaces.
|
// Comma-separated list of namespaces to load gametests from. Empty = all namespaces.
|
||||||
systemProperty 'neoforge.enabledGameTestNamespaces', "actuallyadditions"
|
systemProperty 'neoforge.enabledGameTestNamespaces', "actuallyadditions"
|
||||||
}
|
}
|
||||||
|
client2 {
|
||||||
|
configure ("client")
|
||||||
|
|
||||||
|
programArguments.addAll '--username', 'Dev2'
|
||||||
|
|
||||||
|
// Comma-separated list of namespaces to load gametests from. Empty = all namespaces.
|
||||||
|
systemProperty 'neoforge.enabledGameTestNamespaces', "actuallyadditions"
|
||||||
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
systemProperty 'neoforge.enabledGameTestNamespaces', "actuallyadditions"
|
systemProperty 'neoforge.enabledGameTestNamespaces', "actuallyadditions"
|
||||||
|
|
Loading…
Reference in a new issue