Skip to content
Snippets Groups Projects
Verified Commit 7f1de72e authored by Kevin Morris's avatar Kevin Morris
Browse files

fix(docker): remove logging setup in run-tests.sh


This was left in when we removed logging.prod.conf in a
previous patch. `test-mysql-entrypoint.sh` takes care of
test logging for us now, so this section is unnecessary.

Closes #261

Signed-off-by: Kevin Morris's avatarKevin Morris <kevr@0cost.org>
parent 211ca5e4
No related branches found
No related tags found
No related merge requests found
......@@ -6,10 +6,7 @@ dir=$(dirname $0)
make -C test clean
# Run sharness tests.
cp -vf logging.conf logging.conf.bak
cp -vf logging.prod.conf logging.conf
bash $dir/run-sharness.sh
cp -vf logging.conf.bak logging.conf
# Run Python tests with MariaDB database.
# Pass --silence to avoid reporting coverage. We will do that below.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment