From: Antti Kantee Date: Thu, 22 Oct 2015 01:16:23 +0000 (+0000) Subject: fix travis buildtests.sh invocation X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=bd843ccb918018c2390e2e427c1cf18111116bec;p=osstest%2Frumprun.git fix travis buildtests.sh invocation --- diff --git a/.travis.yml b/.travis.yml index aba737c..6690e88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,9 +22,9 @@ script: - export CC=gcc-4.8 - export CXX=g++-4.8 - git submodule update --init - - ./build-rr.sh -j16 -qq ${KERNONLY} ${PLATFORM} ${EXTRAFLAGS} - - ./tests/buildtests.sh -o myobj ${KERNONLY} ${MACHINE} ${PLATFORM} ${ELF} - - RUMPRUN_SHCONF=$(pwd)/myobj/config.sh ./tests/runtests.sh ${TESTS} + - ./build-rr.sh -o myobj -j16 -qq ${KERNONLY} ${PLATFORM} ${EXTRAFLAGS} + - RUMPRUN_SHCONF=./myobj/config.sh ./tests/buildtests.sh ${KERNONLY} + - ./tests/runtests.sh ${TESTS} notifications: irc: