From 1f7b12468b44303539de8d7200f09163c9552cf1 Mon Sep 17 00:00:00 2001 From: Veronique Legrand <vlegrand@pasteur.fr> Date: Tue, 24 May 2022 18:11:27 +0200 Subject: [PATCH] removed unuseful use of unused argument MEM_CHECK --- test/rock.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/rock.sh b/test/rock.sh index e7a4b8d..1572769 100755 --- a/test/rock.sh +++ b/test/rock.sh @@ -74,7 +74,7 @@ echo "doing more checks on options and error messages" #../src/rock -C 500 -c 400 -k 10 -q 2 -m 2 -i ${srcdir}/test/data/iofiles.args/extract_klebsiella_long_reads_100.txt|grep "Incompatible options">/dev/null || exit 161 # here check that we have enough memory for running the tests. -../src/unit_test_cms CHECK_MEM +../src/unit_test_cms if [ $? = 0 ] ## we have enough memory to run the tests in rock_mem.sh then ${srcdir}/rock_mem.sh ||exit 255 -- GitLab