Skip to content
GitLab
Menu
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
410926e3
Commit
410926e3
authored
Sep 29, 2016
by
Mathieu Giraud
Browse files
Makefile: use a somewhat canonical way to ignore errors
parent
b4efaed2
Changes
1
Hide whitespace changes
Inline
Side-by-side
algo/tests/Makefile
View file @
410926e3
...
...
@@ -42,12 +42,12 @@ all: core $(EXEC)
snapshot
:
mkdir
-p
$(SNAPSHOTS_DIR)
grep
--no-messages
.
out-
*
.log should-get-tests/
*
.log should-vdj-tests/
*
.log
>
$(SNAPSHOT)
||
true
-
grep
--no-messages
.
out-
*
.log should-get-tests/
*
.log should-vdj-tests/
*
.log
>
$(SNAPSHOT)
snapshot_success
:
snapshot
touch
snapshot-last
;
mv
snapshot-last snapshot-prev
ln
-s
$(SNAPSHOT)
snapshot-last
(
which diffstat
&&
make snapshot_diff | diffstat
-cC
)
||
true
-
(
which diffstat
&&
make snapshot_diff | diffstat
-cC
)
# Diff between the two last succeeded snasphots
snapshot_diff
:
...
...
@@ -85,7 +85,7 @@ shouldvdj_with_rc_merged:
# When the global test suite is passing, individual failed tests (counted in SHOULD_*_EXPECTED_FAILS)
# can be marked as 'TODO' to make continuous integration happy
mark_failed_tests_as_todo
:
sed
"s/^
\(
not ok [0-9]*
\)
/
\1
# TODO ##/"
-i
*
/
*
.tap
||
true
-
sed
"s/^
\(
not ok [0-9]*
\)
/
\1
# TODO ##/"
-i
*
/
*
.tap
curatedvdj_archive
:
curated-vdj.zip
curated-vdj.zip
:
$(SHOULD_VDJ_ARCHIVE)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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