Revision 4831
Added by Aaron Marcuse-Kubitza about 12 years ago
inputs/input.Makefile | ||
---|---|---|
408 | 408 |
tests += %/test.xml |
409 | 409 |
|
410 | 410 |
%/test.by_col.xml: %/VegBIEN.csv _always |
411 |
-$(if $(nonXml),$(call runTest,by_col=1)) |
|
412 |
# Don't abort tester if only by-column test fails |
|
411 |
$(if $(nonXml),$(call runTest,by_col=1)) |
|
413 | 412 |
|
414 | 413 |
# Only run column-based tests if column-based mode enabled, because these tests |
415 | 414 |
# are much slower than the row-based tests for small numbers of rows |
Also available in: Unified diff
input.Makefile: Testing: %/test.by_col.xml: Do abort tester if by-column test fails. There are no longer small rowcount differences between row-based and column-based import on some datasources, so this is now possible.