From 0c4ce81c44d1ddd6257bf0ad1d811de87b2735fb Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 9 Jul 2021 22:13:15 +0100 Subject: [PATCH] js test: Rename log-save to test-inject Signed-off-by: Ian Jackson --- apitest/apitest.rs | 2 +- templates/{log-save.js => test-inject.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename templates/{log-save.js => test-inject.js} (100%) 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 -- 2.30.2