From d718f1ec431e3aacb5f49162262ca09180c1bfbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Palmer?= Date: Tue, 12 Mar 2024 13:17:47 +0100 Subject: [PATCH] Test: add an empty set_script.sh --- test/setup_script.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 test/setup_script.sh diff --git a/test/setup_script.sh b/test/setup_script.sh new file mode 100755 index 00000000..d6656e8b --- /dev/null +++ b/test/setup_script.sh @@ -0,0 +1,18 @@ +#!/usr/bin/env bash + +# Copyright 2024 Functori +# Copyright 2024 Trilitech +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +echo "No setup"