Fix: case -> testcase
[lttng-ci.git] / scripts / liburcu / build.sh
index e731e19b4647b183d93916ebf22e3f59282d6431..23a674d71b27c67f6e86216cef2b424daf5c5242 100755 (executable)
@@ -103,8 +103,6 @@ sol11-i386)
     export MAKE=gmake
     export TAR=gtar
     export NPROC=nproc
-    export BISON="/opt/csw/bin/bison"
-    export YACC="$BISON -y"
     export PATH="$PATH:/usr/perl5/bin"
     #export LD_ALTEXEC=/usr/sfw/bin/gld
     #export LD=/usr/sfw/bin/gld
@@ -210,7 +208,7 @@ $MAKE -j "$($NPROC)" V=1
 $MAKE install
 
 # Run tests
-$MAKE check
+$MAKE --keep-going check
 # Only run regtest for 0.9 and up
 if vergte "$PACKAGE_VERSION" "0.9"; then
    $MAKE regtest
This page took 0.023246 seconds and 4 git commands to generate.