ee8ef81c6d82157859f16548a27726f4b7421891 markd Mon Jul 6 19:22:14 2020 -0700 added support for perSeqMax in dynamic server diff --git src/gfServer/tests/testProtTwoBit src/gfServer/tests/testProtTwoBit index 38474a2..4b0e1cd 100755 --- src/gfServer/tests/testProtTwoBit +++ src/gfServer/tests/testProtTwoBit @@ -1,5 +1,6 @@ -#!/bin/bash +#!/bin/bash -e gfServer start -trans localhost 17768 -canStop input/creaGeno.2bit >/dev/null & sleep 1 -gfServer protQuery localhost 17768 input/mCrea.pep > $1 +gfServer protQuery localhost 17768 input/mCrea.pep > output/testProtTwoBit.out gfServer stop localhost 17768 > /dev/null +diff expected/testProtTwoBit.out output/testProtTwoBit.out