Don't cp -L when setting up PolyGerrit tests
cp -rL is not supported on OS X. Following symlinks was unnecessary anyway, as none of the zip inputs are symlinks to begin with. Change-Id: Id0cdda3eadc53544a14bafd3aa53d5a8dac4dbd5
This commit is contained in:
@@ -66,7 +66,7 @@ genrule(
|
||||
cmd = ' && '.join([
|
||||
'cd $TMP',
|
||||
'unzip -q $(location :test_components)',
|
||||
'cp -rL $SRCDIR/* .',
|
||||
'cp -r $SRCDIR/* .',
|
||||
'zip -r $OUT .',
|
||||
]),
|
||||
srcs = APP_SRCS + glob(WCT_TEST_PATTERNS),
|
||||
|
||||
Reference in New Issue
Block a user