From 2d2bee8176ecb6ba3f87b3dfa41e61a26e812be2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?=
 <rafael.carre@savoirfairelinux.com>
Date: Thu, 28 Jul 2011 17:00:30 -0400
Subject: [PATCH] hudson test : no need to call run_tests.sh anymore

---
 hudson-sflphone-script.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/hudson-sflphone-script.sh b/hudson-sflphone-script.sh
index a0b1ab68d1..875a3c93d2 100755
--- a/hudson-sflphone-script.sh
+++ b/hudson-sflphone-script.sh
@@ -27,9 +27,7 @@ popd
 pushd sflphone-common/test
 # Remove the previous XML test file
 rm -rf $XML_RESULTS
-make check
-# if at least one test failed, exit
-CODECS_PATH="../src/audio/codecs" FAKE_PLUGIN_DIR="../src/plug-in/test/" FAKE_PLUGIN_NAME="../src/plug-in/test/libplugintest.so" ./test --xml || exit 1
+make check || exit 1
 popd
 
 # Compile the client
-- 
GitLab