From: Ian Jackson Date: Mon, 22 Feb 2021 00:09:29 +0000 (+0000) Subject: apitest: @table@ in subst X-Git-Tag: otter-0.4.0~383 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1c5426f629bba600edb1fb593b8369630ae71fbc;p=otter.git apitest: @table@ in subst Signed-off-by: Ian Jackson --- diff --git a/apitest.rs b/apitest.rs index a6fd5dad..16d43a7b 100644 --- a/apitest.rs +++ b/apitest.rs @@ -218,6 +218,7 @@ impl Substitutor for DirSubst { "abstmp" => self.abstmp.clone(), "target" => format!("{}/target", &self.start_dir), "specs" => self.specs_dir(), + "table" => TABLE.to_owned(), _ => return None, }) } @@ -754,7 +755,7 @@ impl DirSubst { .ss("--super \ --account server:@nick@ \ --fixed-token @token@ \ - join-game server::dummy")?)?; + join-game @table@")?)?; let url = subst.subst("@url@/@pl@?@token@")?; StaticUserSetup { nick, url } }