fd51b6d8f404ab7208683c3a58f95cfcac3f3f4f max Fri Jan 24 08:42:24 2020 -0800 adding supertrack test case to hubCheck tests, refs #13428#note-62 diff --git src/hg/utils/hubCheck/tests/makefile src/hg/utils/hubCheck/tests/makefile index 0be0309..ced5a99 100644 --- src/hg/utils/hubCheck/tests/makefile +++ src/hg/utils/hubCheck/tests/makefile @@ -1,25 +1,29 @@ kentSrc = ../../../.. include ../../../../inc/common.mk hubCheck = ${DESTBINDIR}/hubCheck test:: one two errors ${MAKE} clean one: mkout ${hubCheck} input/hub1.txt > output/output1.txt diff expected/output1.txt output/output1.txt two: mkout -${hubCheck} input/hub2.txt > output/output2.txt 2> /dev/null diff expected/output2.txt output/output2.txt +supertrackChild: mkout + -${hubCheck} input/supertrackChild.txt > output/supertrackChild.txt 2> /dev/null + diff expected/supertrackChild.txt output/supertrackChild.txt + errors: mkout -${hubCheck} input/manyErrorsHub.txt > output/manyErrors.output.txt 2>/dev/null diff expected/manyErrors.output.txt output/manyErrors.output.txt mkout:: @mkdir -p output clean:: rm -rf output