36f8f6fb024b20cc523cdf9ebde7491eca84fd7c markd Sun Dec 6 20:33:20 2020 -0800 multiple request per connect works except hgBlat diff --git src/gfServer/tests/testProtTwoBit src/gfServer/tests/testProtTwoBit index 4b0e1cd..f8a8d30 100755 --- src/gfServer/tests/testProtTwoBit +++ src/gfServer/tests/testProtTwoBit @@ -1,6 +1,6 @@ #!/bin/bash -e gfServer start -trans localhost 17768 -canStop input/creaGeno.2bit >/dev/null & sleep 1 gfServer protQuery localhost 17768 input/mCrea.pep > output/testProtTwoBit.out gfServer stop localhost 17768 > /dev/null -diff expected/testProtTwoBit.out output/testProtTwoBit.out +diff -u expected/testProtTwoBit.out output/testProtTwoBit.out