From 907e27cd8fdbc3ee04e609ac0e1eb64cd9c52975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20R=C5=AF=C5=BEi=C4=8Dka?= Date: Wed, 30 Oct 2019 14:58:26 +0100 Subject: [PATCH] Change nodejs module version in the install test to make it pass. --- tests/modularity_install_module.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/modularity_install_module.pm b/tests/modularity_install_module.pm index fb1856d1..77baf09d 100644 --- a/tests/modularity_install_module.pm +++ b/tests/modularity_install_module.pm @@ -11,10 +11,10 @@ sub run { download_modularity_tests(); # Check that modularity works and that a particular module is available in the system. - assert_script_run('/root/test.py -m nodejs -s 11 -a list'); + assert_script_run('/root/test.py -m nodejs -s 12 -a list'); # Check that module can be enabled and removed. - assert_script_run('/root/test.py -m nodejs -s 11 -p default -a install,remove,reset -f hard'); + assert_script_run('/root/test.py -m nodejs -s 12 -p default -a install,remove,reset -f hard'); # Upload modular logs upload_logs '/root/modular.log', failok=>1;