From b7705fd6c7efcba639acddfbe7979829cc6a8eb2 Mon Sep 17 00:00:00 2001 From: Richard Kettlewell Date: Sat, 23 Nov 2013 11:21:45 +0000 Subject: [PATCH] tests: python unbuffered revisited --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 89afb3e..633c73c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -29,7 +29,7 @@ TESTS=cookie.py dbversion.py dump.py files.py play.py queue.py \ recode.py search.py user.py aliases.py \ schedule.py hashes.py playlists.py -TESTS_ENVIRONMENT=${PYTHON} -u +AM_TESTS_ENVIRONMENT=PYTHONUNBUFFERED=true;export PYTHONUNBUFFERED; clean-local: rm -rf testroot *.log *.pyc -- 2.11.0