Commit 0506b118 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Drop sed hack for 32/64 bit machines from spec file

varnishtest now allocates ports dynamically, so it should no longer be
a problem to have two varnishtest instances running concurrently.
parent 713b44ff
......@@ -77,21 +77,6 @@ Documentation files for %name
# Release tarballs would not need this
#./autogen.sh
# Hack to get 32- and 64-bits tests run concurrently on the same build machine
case `uname -m` in
ppc64 | s390x | x86_64 | sparc64 )
sed -i '
s,9001,9011,g;
s,9080,9090,g;
s,9081,9091,g;
s,9082,9092,g;
s,9180,9190,g;
' bin/varnishtest/*.c bin/varnishtest/tests/*vtc
;;
*)
;;
esac
mkdir examples
cp bin/varnishd/default.vcl etc/zope-plone.vcl examples
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment