Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
043cde05
Commit
043cde05
authored
Jun 17, 2018
by
Mathieu Giraud
Browse files
tests: update and add tests
-h/-H are now on stdout
parent
8b5937f2
Changes
3
Hide whitespace changes
Inline
Side-by-side
algo/tests/should-get-tests/vidjil-h-examples.should-get
View file @
043cde05
!NO_LAUNCHER:
!LAUNCH: (cd $VIDJIL_DIR ; ./$EXEC -h 2>&1 > /dev/null | grep '$EXEC -c' | sed 's/X 50/X 5/' | sed 's/demo.LIL-L4/-X 1000 demo\/LIL-L4/' | sh)
cd $VIDJIL_DIR
./$EXEC -h | grep '$EXEC -c' | sed 's/X 50/X 5/' | sed 's/demo.LIL-L4/-X 1000 demo\/LIL-L4/' | sh
# Test examples embedded in './vidjil-algo -h'
...
...
algo/tests/should-get-tests/vidjil-help-advanced.should-get
View file @
043cde05
!NO_LAUNCHER:
!LAUNCH: $VIDJIL_DIR/$EXEC $VIDJIL_DEFAULT_OPTIONS -H
2> out-v ; cat out-v
!LAUNCH: $VIDJIL_DIR/$EXEC $VIDJIL_DEFAULT_OPTIONS -H
$ License
1:vidjil-algo is free software
...
...
@@ -8,4 +8,7 @@ $ Check default costs
1:segmenter .* "4, -6, -10, -1, -10"
1:clustering .* "1, -4, -4, 0, 0"
$ Display advanced options
: Experimental options
: custom Cost
algo/tests/should-get-tests/vidjil-help.should-get
View file @
043cde05
!NO_LAUNCHER:
!LAUNCH: $VIDJIL_DIR/$EXEC $VIDJIL_DEFAULT_OPTIONS -h
2> out-v ; cat out-v
!LAUNCH: $VIDJIL_DIR/$EXEC $VIDJIL_DEFAULT_OPTIONS -h
$ License
1:vidjil-algo is free software
...
...
@@ -10,3 +10,6 @@ $ Check default filtering options
1: =100 .* maximal number of clones computed with a consensus sequence
1: =100 .* maximal number of clones to be analyzed
$ Do not display advanced options
0: Experimental options
0: custom Cost
\ No newline at end of file
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment