From e56201589d25fad60e64cb6162f498cb292a4749 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 29 Jan 2024 09:56:39 +0300 Subject: 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 --- genenetwork-development.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'genenetwork-development.scm') 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)) -- cgit v1.2.3