Skip to content

Commit

Permalink
libtest: Enable web server logs
Browse files Browse the repository at this point in the history
Now that we're daemonizing, it's useful to have the logs.  I
wanted this while debugging cookies.
  • Loading branch information
cgwalters committed Jan 19, 2017
1 parent 1a989e5 commit f15cb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/libtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ setup_fake_remote_repo1() {
mkdir ${test_tmpdir}/httpd
cd httpd
ln -s ${test_tmpdir}/ostree-srv ostree
${OSTREE_HTTPD} --autoexit --daemonize -p ${test_tmpdir}/httpd-port $args
${OSTREE_HTTPD} --autoexit --log-file $(pwd)/httpd.log --daemonize -p ${test_tmpdir}/httpd-port $args
port=$(cat ${test_tmpdir}/httpd-port)
echo "http://127.0.0.1:${port}" > ${test_tmpdir}/httpd-address
cd ${oldpwd}
Expand Down

0 comments on commit f15cb71

Please sign in to comment.