Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ROCK
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Véronique LEGRAND
ROCK
Commits
1f7b1246
Commit
1f7b1246
authored
2 years ago
by
Veronique Legrand
Browse files
Options
Downloads
Patches
Plain Diff
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 with stage
in 24 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/rock.sh
+1
-1
1 addition, 1 deletion
test/rock.sh
with
1 addition
and
1 deletion
test/rock.sh
+
1
−
1
View file @
1f7b1246
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment