Skip to content
Snippets Groups Projects
Commit 1f7b1246 authored by Veronique Legrand's avatar Veronique Legrand
Browse files

removed unuseful use of unused argument MEM_CHECK

parent fdbad95b
No related branches found
No related tags found
No related merge requests found
Pipeline #82263 passed
...@@ -74,7 +74,7 @@ echo "doing more checks on options and error messages" ...@@ -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 #../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. # 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 if [ $? = 0 ] ## we have enough memory to run the tests in rock_mem.sh
then then
${srcdir}/rock_mem.sh ||exit 255 ${srcdir}/rock_mem.sh ||exit 255
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment