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