From 2ae0a9ff6250d898ce1a59205434696d9778bfe9 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 1 Apr 2020 15:03:05 +0200 Subject: 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 Differential Revision: https://phab.enlightenment.org/D11636 --- .ci/ci-exactness.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.ci/ci-exactness.sh') 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 -- cgit v1.2.1