Closed andreineculau closed 6 years ago
find a make trick to swallow the 2nd run
now on master branch, but leaving this open as it's worth a short discussion
Let's quickly discuss in the office. All the options are more or less acceptable.
Keeping it simple: no dependency on check
for build
and test
targets.
https://github.com/tobiipro/support-firecloud/commit/7ae01d34bbd48abff7589088e5905dc9c40c3192
@IanSavchenko there's one negative side-effect: running
make all test
now runscheck
twice.Before the 2nd one would have been swallowed due to
make
's dependency graph.Possible ways to go forward:
make
trick to swallow the 2nd runcheck
as part oftest