blob: 8b1fbc1b8b5b20913c41f3e1ca5256a913f06a89 [file] [log] [blame]
Leonardo Sandoval9dfdd1b2020-08-06 17:08:11 -05001#!/usr/bin/env bash
Fathi Boudra422bf772019-12-02 11:10:16 +02002#
Leonardo Sandoval579c7372020-10-23 15:23:32 -05003# Copyright (c) 2019-2020 Arm Limited. All rights reserved.
Fathi Boudra422bf772019-12-02 11:10:16 +02004#
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