From d4a01705190f77e5096fc8d64fbfbecdf7798f28 Mon Sep 17 00:00:00 2001 From: Dirk Zerwas <148551698+dirkzerwas@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:44:51 +0200 Subject: [PATCH] Update cmake-check.sh debug --- test/cmake-check.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/test/cmake-check.sh b/test/cmake-check.sh index 4b13e1c..b5f2a65 100755 --- a/test/cmake-check.sh +++ b/test/cmake-check.sh @@ -54,7 +54,6 @@ for yamlFileWithPath in "$EXAMPLEDIR"/FermionProduction.*yaml; do echo checking for ci-setups/"$yamlFile" if [[ ! -f ci-setups/"$yamlFile" ]]; then echo copying $yamlFileWithPath to ci-setups - ls -l ci-setups/"$yamlFile" cp "$yamlFileWithPath" ci-setups ls -l ci-setups/"$yamlFile" fi