aboutsummaryrefslogtreecommitdiff
path: root/genenetwork-development.scm
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-01-29 09:56:39 +0300
committerArun Isaac2024-01-29 10:56:34 +0000
commite56201589d25fad60e64cb6162f498cb292a4749 (patch)
tree825bd1135f121eb946560ca2e0e9cf96dc87fdc1 /genenetwork-development.scm
parentfc8f193098b5d0eee410361c3d8da4a9c4773a28 (diff)
downloadgn-machines-e56201589d25fad60e64cb6162f498cb292a4749.tar.gz
Update module path in launch of mechanical-rob.
With the reorganisation of the modules, and a change in the startup of genenetwork2, the way mechanical-rob is launched has also changed. This commit updates the launch command. * genenetwork-development.scm (genenetwork-projects): Update module path in launch of mechanical-rob CI job. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
Diffstat (limited to 'genenetwork-development.scm')
-rw-r--r--genenetwork-development.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm
index dbfad4c..c7c1a01 100644
--- a/genenetwork-development.scm
+++ b/genenetwork-development.scm
@@ -339,7 +339,7 @@ genenetwork3 source from the latest commit of @var{project}."
(run (genenetwork2-tests
config
(list "sh" "bin/genenetwork2" "./gn2/default_settings.py"
- "-c" "../test/requests/test-website.py"
+ "-c" "test/requests/test-website.py"
"--all" (string-append "http://localhost:" (number->string gn2-port)))))
(trigger? #f))))
(ci-jobs-trigger 'webhook))