mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 18:54:48 +00:00
rulegen-tests:: set rules_known_for
This commit is contained in:
parent
a26234012f
commit
cc258f1f31
@ -911,6 +911,7 @@ void test_current(string tesname) {
|
|||||||
status = "ACC";
|
status = "ACC";
|
||||||
message = "OK";
|
message = "OK";
|
||||||
ok = true;
|
ok = true;
|
||||||
|
rules_known_for = arb::current.name;
|
||||||
}
|
}
|
||||||
catch(rulegen_surrender& e) {
|
catch(rulegen_surrender& e) {
|
||||||
println(hlog, "surrender: ** ", e.what());
|
println(hlog, "surrender: ** ", e.what());
|
||||||
|
Loading…
Reference in New Issue
Block a user