summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2020-04-01 15:03:05 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2020-04-02 12:53:18 +0200
commit2ae0a9ff6250d898ce1a59205434696d9778bfe9 (patch)
tree56e5abf21808a04060b36269528ed8dad9b232dc /.ci
parentb3786aa83a55ec910b65ab86be3e44c59d1c01e3 (diff)
downloadefl-2ae0a9ff6250d898ce1a59205434696d9778bfe9.tar.gz
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 <mail@marcel-hollerbach.de> Differential Revision: https://phab.enlightenment.org/D11636
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/ci-exactness.sh2
1 files changed, 1 insertions, 1 deletions
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