ee8ef81c6d82157859f16548a27726f4b7421891 markd Mon Jul 6 19:22:14 2020 -0700 added support for perSeqMax in dynamic server diff --git src/gfServer/tests/testTransNib src/gfServer/tests/testTransNib index d4c20f2..293a12c 100755 --- src/gfServer/tests/testTransNib +++ src/gfServer/tests/testTransNib @@ -1,5 +1,6 @@ -#!/bin/bash +#!/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 > $1 +gfServer transQuery localhost 17768 input/mCrea.mrna > output/testTransNib.out gfServer stop localhost 17768 > /dev/null +diff expected/testTransNib.out output/testTransNib.out