Skip to content

Commit

Permalink
travis: Use absolute paths in i386 test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKagstrom committed Jan 28, 2016
1 parent 10ff04d commit 6fe4e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ run-performance: build_gcc
run-tests-linux-gcc: run-performance
tests/tools/run-tests build/src/kcov /tmp/ build-tests/ `pwd` -v
sudo i386 chroot ${chroot} sh -c "mkdir -p /tmp/output"
sudo i386 chroot ${chroot} sh -c "cd /tmp/kcov && tests/tools/run-tests build/src/kcov /tmp/output build-tests/ `pwd` -v"
sudo i386 chroot ${chroot} sh -c "/tmp/kcov/tests/tools/run-tests /tmp/kcov/build/src/kcov /tmp/output build-tests/ /tmp/kcov -v"
build/src/kcov --coveralls-id=$(TRAVIS_JOB_ID) --include-pattern=kcov --exclude-pattern=helper.cc,library.cc,html-data-files.cc /tmp/kcov-kcov build/src/kcov || true

run-tests-linux-clang: build
Expand Down

0 comments on commit 6fe4e4b

Please sign in to comment.