Searched refs:diffFile (Results 1 – 1 of 1) sorted by relevance
119 diffFile="$WORK_DIR/diff.txt"120 …er.txt -x '\.*' -x '*.log' -x build_fingerprint.txt -x build.ninja.d -x '*.zip' > $diffFile || true121 if [[ -s "$diffFile" ]]; then123 echo "First few differences (total diff linecount=$(wc -l $diffFile)) for product $product:"124 cat "$diffFile" | head -n 10