summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2017-08-02 20:38:37 -0400
committerDaniel Silverstone <dsilvers@digital-scurf.org>2017-08-03 10:31:50 -0400
commit673616a3e351e7b97472aadc10c3c131cf358b8a (patch)
tree3dbfec34f348789f708a47f8809679097658cbf2 /testing
parentf4d1e144a4be92b0c7225a22557c26bdb429bbda (diff)
downloadgitano-673616a3e351e7b97472aadc10c3c131cf358b8a.tar.gz
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.
Diffstat (limited to 'testing')
-rw-r--r--testing/.gitignore1
-rw-r--r--testing/gitano-test-tool.in2
2 files changed, 2 insertions, 1 deletions
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