aboutsummaryrefslogtreecommitdiff
path: root/projects/tensorflow
diff options
context:
space:
mode:
authorMihai Maruseac <mihai.maruseac@gmail.com>2019-01-14 09:32:40 -0800
committerMax Moroz <dor3s1@gmail.com>2019-01-14 09:32:40 -0800
commit9d22200634e05457e92b144ac0937bffaf2d412b (patch)
treefa8d953eab58c16b3e41c000b47608b405e27935 /projects/tensorflow
parent61ebf9defe9e99487e39ea943de5ca59f6403721 (diff)
downloadoss-fuzz-9d22200634e05457e92b144ac0937bffaf2d412b.tar.gz
[tensorflow] Add missing directory to the rsync path (#2086)
Diffstat (limited to 'projects/tensorflow')
-rwxr-xr-xprojects/tensorflow/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/tensorflow/build.sh b/projects/tensorflow/build.sh
index 6473af0f8..f0afdf190 100755
--- a/projects/tensorflow/build.sh
+++ b/projects/tensorflow/build.sh
@@ -110,8 +110,8 @@ if [ "$SANITIZER" = "coverage" ]
then
declare -r REMAP_PATH=${OUT}/proc/self/cwd
mkdir -p ${REMAP_PATH}
- rsync -ak ${SRC}/tensorflow ${REMAP_PATH}
- rsync -ak ${SRC}/third_party ${REMAP_PATH}
+ rsync -ak ${SRC}/tensorflow/tensorflow ${REMAP_PATH}
+ rsync -ak ${SRC}/tensorflow/third_party ${REMAP_PATH}
fi
# Now that all is done, we just have to copy the existing corpora and