From 08e84190c1d1f241ddfa7e2bed596ad520ad92e6 Mon Sep 17 00:00:00 2001 From: kamischi <karl-michael.schindler@web.de> Date: Fri, 23 Aug 2024 21:22:32 +0200 Subject: [PATCH] add "./" for the script file --- tests/SetEpsTestCasesFromScratch/WFW/README | 2 +- tests/SetEpsTestCasesFromScratch/f77/README | 2 +- tests/SetEpsTestCasesFromScratch/f90/README | 2 +- tests/SetEpsTestCasesFromScratch/original/README | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/SetEpsTestCasesFromScratch/WFW/README b/tests/SetEpsTestCasesFromScratch/WFW/README index d483945..2fbad51 100644 --- a/tests/SetEpsTestCasesFromScratch/WFW/README +++ b/tests/SetEpsTestCasesFromScratch/WFW/README @@ -4,7 +4,7 @@ Command for compilation: Command for execution: -> doRun.sh +> ./doRun.sh Cleanup: diff --git a/tests/SetEpsTestCasesFromScratch/f77/README b/tests/SetEpsTestCasesFromScratch/f77/README index d483945..2fbad51 100644 --- a/tests/SetEpsTestCasesFromScratch/f77/README +++ b/tests/SetEpsTestCasesFromScratch/f77/README @@ -4,7 +4,7 @@ Command for compilation: Command for execution: -> doRun.sh +> ./doRun.sh Cleanup: diff --git a/tests/SetEpsTestCasesFromScratch/f90/README b/tests/SetEpsTestCasesFromScratch/f90/README index d483945..2fbad51 100644 --- a/tests/SetEpsTestCasesFromScratch/f90/README +++ b/tests/SetEpsTestCasesFromScratch/f90/README @@ -4,7 +4,7 @@ Command for compilation: Command for execution: -> doRun.sh +> ./doRun.sh Cleanup: diff --git a/tests/SetEpsTestCasesFromScratch/original/README b/tests/SetEpsTestCasesFromScratch/original/README index 803581f..a8b23a2 100644 --- a/tests/SetEpsTestCasesFromScratch/original/README +++ b/tests/SetEpsTestCasesFromScratch/original/README @@ -4,7 +4,7 @@ Command for compilation: Command for execution: -> doRun.sh +> ./doRun.sh Cleanup: -- GitLab