summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2017-07-03 16:29:27 +0200
committerDaiki Ueno <dueno@redhat.com>2017-07-03 16:29:27 +0200
commit946fde61f883c3ab583a667069ca6da1d7880084 (patch)
tree4ee872f05eae8f28eed81da341984624a3c7a744
parent885ab3202adc5ba0b1f56c2c69bb4bd0c87c0714 (diff)
downloadnss-hg-946fde61f883c3ab583a667069ca6da1d7880084.tar.gz
Bug 1280846 - taskcluster: re-enable gtests in nss-util modular build, r=franziskus
-rw-r--r--automation/taskcluster/scripts/split.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/automation/taskcluster/scripts/split.sh b/automation/taskcluster/scripts/split.sh
index 4d18385ec..fded64e1b 100644
--- a/automation/taskcluster/scripts/split.sh
+++ b/automation/taskcluster/scripts/split.sh
@@ -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.