Skip to content
Snippets Groups Projects
run.sh 134 B
Newer Older
tpylak's avatar
tpylak committed

tpylak's avatar
tpylak committed
./test-3v.sh $@
result_3v=$?
./test-yeastx.sh $@
result_yeastx=$?
if [ $result_3v -ne 0 -o $result_yeastx -ne 0 ]; then
	exit 1;
fi
tpylak's avatar
tpylak committed