blob: 8a5fd855e67e216520b9c7435fa588a5ef98570c [file] [log] [blame]
Leonardo Sandoval9dfdd1b2020-08-06 17:08:11 -05001#!/usr/bin/env bash
Fathi Boudra422bf772019-12-02 11:10:16 +02002#
3# Copyright (c) 2019, Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8ci_root="$(readlink -f "$(dirname "$0")/../..")"
9source "$ci_root/utils.sh"
10
11if ! diff $project_filer/ci-scripts/ $ci_root/script/scratch_scripts/
12then
13 echo "scripts in scratch folder don't match scripts in repository" >&2
14 exit 1
15fi