Skip to content

Commit

Permalink
Manual tests: small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
iknite committed Feb 25, 2019
1 parent ef27fb1 commit e4810fa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/start_server
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,15 @@ echo "export TLS=true to allow https"
tdir=$(mktemp -d /var/tmp/demo.XXX)
certs="/var/tmp/certs"

if [ ! -z "$PROFILING" ]
then
if [ ! -z "$PROFILING" ]; then
echo "PROFILING=enabled"
mkdir -p results
PROFILING=--profiling
else
echo PROFILING=disabled
fi

if [ ! -z "$TLS" ]
then
if [ ! -z "$TLS" ]; then
TLS="--certificate ${certs}/server.crt \ --certificate-key ${certs}/server.key"
else
echo "TLS=disabled"
Expand Down

0 comments on commit e4810fa

Please sign in to comment.