[Pkg-cli-apps-commits] [fsharp] 06/06: Run test suite under Xvfb

Christopher Halse Rogers raof-guest at moszumanska.debian.org
Tue Jul 15 07:13:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

raof-guest pushed a commit to branch master
in repository fsharp.

commit 322c1949ae6c8b0490f8c14aef15dd1bd710d0aa
Author: Christopher James Halse Rogers <raof at ubuntu.com>
Date:   Mon Jul 14 08:26:34 2014 +1000

    Run test suite under Xvfb
---
 debian/tests/control            | 2 +-
 debian/tests/upstream-testsuite | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/tests/control b/debian/tests/control
index 42c8a13..5472359 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -4,4 +4,4 @@ Depends: fsharp, mono-xbuild
 
 Tests: upstream-testsuite
 Restrictions:
-Depends: fsharp, mono-xbuild, nunit-console
+Depends: fsharp, mono-xbuild, nunit-console, xvfb
diff --git a/debian/tests/upstream-testsuite b/debian/tests/upstream-testsuite
index 7cb7f9c..e7c4a1f 100755
--- a/debian/tests/upstream-testsuite
+++ b/debian/tests/upstream-testsuite
@@ -9,4 +9,4 @@ UNIT_TEST_DLLS=$UNIT_TEST_DIR/MonoFSharpLanguageUnitTests/$OBJECT_REL_PATH/MonoF
 
 xbuild /target:MonoFSharpLanguageTests "$UNIT_TEST_DIR/F# Core Language Cross Platform Unit Tests.sln"
 
-exec nunit-console $UNIT_TEST_DLLS
+exec xvfb-run nunit-console $UNIT_TEST_DLLS

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/fsharp.git



More information about the Pkg-cli-apps-commits mailing list