chiark / gitweb /
Test fix for Linux
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 3 May 2008 12:56:39 +0000 (13:56 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 3 May 2008 12:56:39 +0000 (13:56 +0100)
tests/Makefile.am
tests/cookie.py
tests/dbversion.py
tests/dump.py
tests/files.py
tests/play.py
tests/queue.py
tests/recode.py
tests/search.py
tests/user-upgrade.py
tests/user.py

index 6795672a9a23909e8656319306b5b232a15ff68f..08cfc0b214a86c92777f20e84c433d940b1fc72b 100644 (file)
@@ -29,8 +29,9 @@ disorder_udplog_DEPENDENCIES=../lib/libdisorder.a
 TESTS=cookie.py dbversion.py dump.py files.py play.py queue.py \
        recode.py search.py user-upgrade.py user.py
 
+TESTS_ENVIRONMENT=${PYTHON} -u
+
 clean-local:
        rm -rf testroot *.log *.pyc
 
-EXTRA_DIST=dtest.py dbversion.py search.py \
-       queue.py dump.py play.py cookie.py user-upgrade.py user.py recode.py
+EXTRA_DIST=dtest.py ${TESTS}
index 21353b08a8eeb24dff9d53f8805147c6c7c8ed3b..8a9182977286011d0d67fc1ee03295f607f889d1 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python -u
+#! /usr/bin/env python
 #
 # This file is part of DisOrder.
 # Copyright (C) 2007 Richard Kettlewell
index c93e1e8e4d33f1f470086f41c6c516e0ca6a3679..218e0c9023056442f3cad13539c2859e5fb185c9 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python -u
+#! /usr/bin/env python
 #
 # This file is part of DisOrder.
 # Copyright (C) 2007, 2008 Richard Kettlewell
index c935f204d46bf4d8d52d25f92b9d141212d00343..ff28a0ffc32001c3187f723dbd546f22e4a1dd41 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python -u
+#! /usr/bin/env python
 #
 # This file is part of DisOrder.
 # Copyright (C) 2007, 2008 Richard Kettlewell
index 65211dc16d6ee24e5389c4a6fea6c9cae7dfa883..984c6cca89dd839d05e26f10112aada72b96a592 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python -u
+#! /usr/bin/env python
 #
 # This file is part of DisOrder.
 # Copyright (C) 2007, 2008 Richard Kettlewell
index 35cc7a3fa384881d57db1d21c48796bdb1a5d7f5..0013d7e3e62b420d4c0b496ffa3d598e1a2c0000 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python -u
+#! /usr/bin/env python
 #
 # This file is part of DisOrder.
 # Copyright (C) 2007, 2008 Richard Kettlewell
index a1ddedfe8217f8656ff6a88b4d90e2eb45a671d6..dae37b47d473206d825940eb4e7c55796a6e5dbe 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python -u
+#! /usr/bin/env python
 #
 # This file is part of DisOrder.
 # Copyright (C) 2007, 2008 Richard Kettlewell
index d57db022445ac10811b3ab3ef1136186ecd676b9..2878e68fe62c00f3ba0e7e8a612af56f1a04a3db 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python -u
+#! /usr/bin/env python
 #
 # This file is part of DisOrder.
 # Copyright (C) 2008 Richard Kettlewell
index 556a24c4ad798809f1fdbd7835e638caf8c30dae..5e3d2008c7deb0d8231a48810905844816e7495a 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python -u
+#! /usr/bin/env python
 #
 # This file is part of DisOrder.
 # Copyright (C) 2007, 2008 Richard Kettlewell
index ffd30ea2d15ad46810302c86d5662701ea80c86a..d35e4f6adf1771d17477f8f3889ae7c2ad629952 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python -u
+#! /usr/bin/env python
 #
 # This file is part of DisOrder.
 # Copyright (C) 2007, 2008 Richard Kettlewell
index 4c4fa4884cd1051938e6d1f361972b857eb639f4..ffc1fdca7340e329279b93075ea35d23672ec4a0 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python -u
+#! /usr/bin/env python
 #
 # This file is part of DisOrder.
 # Copyright (C) 2007, 2008 Richard Kettlewell