diff options
author | Michael Adam <obnox@samba.org> | 2009-09-20 23:06:36 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-09-21 09:42:47 +0200 |
commit | 92c64cabc1c8f1d1caebf73adb802768adf41d3c (patch) | |
tree | 097ee4753d01980493a7970fbabe0da95e3de98a | |
parent | df6e8ae0469c5f31632d829eac6da16f54580dc6 (diff) | |
download | tinyproxy-92c64cabc1c8f1d1caebf73adb802768adf41d3c.tar.gz tinyproxy-92c64cabc1c8f1d1caebf73adb802768adf41d3c.zip |
tests: use the debug.html file as DefaultErrorFile in the tests.
Michael
Diffstat (limited to '')
-rwxr-xr-x | tests/scripts/run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/run_tests.sh b/tests/scripts/run_tests.sh index 85bbd60..077d7a8 100755 --- a/tests/scripts/run_tests.sh +++ b/tests/scripts/run_tests.sh @@ -78,7 +78,7 @@ Port $TINYPROXY_PORT Listen $TINYPROXY_IP Timeout 600 StatHost "$TINYPROXY_STATHOST_IP" -DefaultErrorFile "$TINYPROXY_DATA_DIR/default.html" +DefaultErrorFile "$TINYPROXY_DATA_DIR/debug.html" StatFile "$TINYPROXY_DATA_DIR/stats.html" Logfile "$TINYPROXY_LOG_DIR/tinyproxy.log" PidFile "$TINYPROXY_PID_FILE" |