36f8f6fb024b20cc523cdf9ebde7491eca84fd7c markd Sun Dec 6 20:33:20 2020 -0800 multiple request per connect works except hgBlat diff --git src/gfServer/tests/testTransNib src/gfServer/tests/testTransNib index 293a12c..39fc3fb 100755 --- src/gfServer/tests/testTransNib +++ src/gfServer/tests/testTransNib @@ -1,6 +1,6 @@ #!/bin/bash -e gfServer start -trans localhost 17768 -canStop input/mCreaGeno.nib input/hCreaGeno.nib > /dev/null 2>&1 & sleep 1 gfServer transQuery localhost 17768 input/mCrea.mrna > output/testTransNib.out gfServer stop localhost 17768 > /dev/null -diff expected/testTransNib.out output/testTransNib.out +diff -u expected/testTransNib.out output/testTransNib.out