Changeset 401752a


Ignore:
Timestamp:
Jul 6, 2011, 1:31:51 AM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.8, release-1.9
Children:
df5488e, 7756dde, 95c7f0c
Parents:
901cee9
Message:
Run the unit tests before installing the locker build

What's the point of having them if we don't force ourselves to run them
more?
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.