stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=2ae0a9ff6250d898ce1a59205434696d9778bfe9

commit 2ae0a9ff6250d898ce1a59205434696d9778bfe9
Author: Stefan Schmidt <s.schm...@samsung.com>
Date:   Wed Apr 1 15:03:05 2020 +0200

    ci: travis: switch exactness testing to normal test file
    
    Since the changes from Marcel to run exactness as LD_PRELOADed library
    we can switch back to the normal test.txt file and names.
    
    Reviewed-by: Marcel Hollerbach <m...@marcel-hollerbach.de>
    Differential Revision: https://phab.enlightenment.org/D11636
---
 .ci/ci-exactness.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/ci-exactness.sh b/.ci/ci-exactness.sh
index 6371de3fc9..b1527f5e8a 100755
--- a/.ci/ci-exactness.sh
+++ b/.ci/ci-exactness.sh
@@ -10,6 +10,6 @@ fi
 travis_fold exactness "exactness"
 if [ "$DISTRO" != "" ] ; then
   docker exec  --env EIO_MONITOR_POLL=1 $(cat $HOME/cid) sh -c 'git -C 
/exactness-elm-data pull'
-  docker exec  --env EIO_MONITOR_POLL=1 --env 
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib:/usr/local/lib64 --env 
EINA_LOG_LEVELS_GLOB=eina_*:0,ecore*:0,efreet*:0,eldbus:0,elementary:0 $(cat 
$HOME/cid) exactness -j 20 -b /exactness-elm-data/default-profile -p 
/exactness-elm-data/default-profile/ci-integration-tests.txt
+  docker exec  --env EIO_MONITOR_POLL=1 --env 
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib:/usr/local/lib64 --env 
EINA_LOG_LEVELS_GLOB=eina_*:0,ecore*:0,efreet*:0,eldbus:0,elementary:0 $(cat 
$HOME/cid) exactness -j 20 -b /exactness-elm-data/default-profile -p 
/exactness-elm-data/default-profile/tests.txt
 fi
 travis_endfold exactness

-- 


Reply via email to