Skip to content

Commit

Permalink
Bug 1280846 - taskcluster: re-enable gtests in nss-util modular build…
Browse files Browse the repository at this point in the history
…, r=franziskus

--HG--
extra : histedit_source : 1427f24fa1df86523e8dc2083ff7eae19344981a
  • Loading branch information
ueno committed Jul 3, 2017
1 parent f3abb53 commit fcdcad1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions automation/taskcluster/scripts/split.sh
Expand Up @@ -23,16 +23,10 @@ split_util() {
# Copy everything.
cp -R $nssdir $dstdir

# Skip gtests when building.
sed '/^DIRS = /s/ cpputil gtests$//' $nssdir/manifest.mn > $dstdir/manifest.mn-t && mv $dstdir/manifest.mn-t $dstdir/manifest.mn

# Remove subdirectories that we don't want.
rm -rf $dstdir/cmd
rm -rf $dstdir/tests
rm -rf $dstdir/lib
rm -rf $dstdir/automation
rm -rf $dstdir/gtests
rm -rf $dstdir/cpputil
rm -rf $dstdir/doc

# Start with an empty cmd lib directories to be filled selectively.
Expand Down

0 comments on commit fcdcad1

Please sign in to comment.