From 673616a3e351e7b97472aadc10c3c131cf358b8a Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 2 Aug 2017 20:38:37 -0400 Subject: Test from an installation This corrects an oversight in our testing framework where we were using a local build of Gitano rather than an "installation" for test purposes. This should result in fewer cases of missed modules, plugins, skeleton entries, etc. --- testing/.gitignore | 1 + testing/gitano-test-tool.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/.gitignore b/testing/.gitignore index bf632a4..d69b28b 100644 --- a/testing/.gitignore +++ b/testing/.gitignore @@ -1 +1,2 @@ gitano-test-tool +inst diff --git a/testing/gitano-test-tool.in b/testing/gitano-test-tool.in index f375e8c..ea8acc0 100644 --- a/testing/gitano-test-tool.in +++ b/testing/gitano-test-tool.in @@ -286,7 +286,7 @@ function cmd_setupstandard(owning_user, master_key, bypass_key) fh:close() run_program { "gitano-setup", clodname, - exe = gitano.config.lib_bin_path() .. "/gitano-setup", + exe = gitano.config.lib_bin_path() .. "/../../../bin/gitano-setup", env = { HOME = user_home(owning_user) } } if os.getenv("GTT_PROTO") == "http" then -- cgit v1.2.1