From: Ian Jackson Date: Fri, 9 Jul 2021 21:13:15 +0000 (+0100) Subject: js test: Rename log-save to test-inject X-Git-Tag: otter-0.7.2~189 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0c4ce81c44d1ddd6257bf0ad1d811de87b2735fb;p=otter.git js test: Rename log-save to test-inject Signed-off-by: Ian Jackson --- diff --git a/apitest/apitest.rs b/apitest/apitest.rs index d7562521..39d3ea2e 100644 --- a/apitest/apitest.rs +++ b/apitest/apitest.rs @@ -627,7 +627,7 @@ usvg_bin = "@target@/release/usvg" authorized_keys = "@abstmp@/authorized_keys" ssh_proxy_command = "@target@/debug/otter-ssh-proxy --config @abstmp@/server-config.toml" -debug_js_inject_file = "@src@/templates/log-save.js" +debug_js_inject_file = "@src@/templates/test-inject.js" check_bundled_sources = false # For testing only! see LICENCE! fake_rng = [] diff --git a/templates/log-save.js b/templates/test-inject.js similarity index 100% rename from templates/log-save.js rename to templates/test-inject.js