From 32c3ca3a7b8b82c01d146f79830eb8cb77296281 Mon Sep 17 00:00:00 2001 From: bigfooted <bigfootedrockmidget@hotmail.com> Date: Sat, 1 Feb 2025 11:25:51 +0100 Subject: [PATCH] copy tutorials folder using docker --- test/runTests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runTests.sh b/test/runTests.sh index 9ffe4ee..e769013 100755 --- a/test/runTests.sh +++ b/test/runTests.sh @@ -115,6 +115,7 @@ else fi fi cp -R ./Tutorials/ tests/. +cp -R src/SU2/TestCases/Tutorials/* tests/Tutorials/. # Set the environment variables export SU2_RUN=$PWD/install/bin