Revision 3385
Added by Aaron Marcuse-Kubitza over 12 years ago
inputs/input.Makefile | ||
---|---|---|
399 | 399 |
|
400 | 400 |
##### Documentation |
401 | 401 |
|
402 |
steps = $(selfMake) import test=1 by_col=1 verbosity=2\ |
|
403 |
n=100|$(bin)/debug2redmine >$@
|
|
402 |
steps = $(selfMake) import test=1 by_col=1 verbosity=2 n=100\
|
|
403 |
2>&1|$(bin)/debug2redmine >$@
|
|
404 | 404 |
|
405 | 405 |
import/steps.by_col.sql: _always |
406 | 406 |
+$(steps) |
Also available in: Unified diff
input.Makefile: Documentation: import/steps.by_col.sql: $(steps): Fixed bug where stderr needed to be redirected to stdout so that it would be passed to debug2redmine and included in the file