Changes in / [6dfcb9e:c76a12a]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/locker-build

    r4f5e38f r401752a  
    119119    $MAKE -j$CPUS all || die "make failed"
    120120
     121    $MAKE check || die "Unit tests failed"
     122
    121123    if [ -n "$DRYRUN" ]; then
    122124        echo "Build completed; Dropping to a shell..."
Note: See TracChangeset for help on using the changeset viewer.