We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6672b9b commit 83cc22eCopy full SHA for 83cc22e
1 file changed
docker/test/runTests.sh
@@ -101,8 +101,10 @@ else
101
exit 1
102
fi
103
104
+echo "Copying Tutorials folder to tests folder."
105
cp -R ./Tutorials/ tests/.
-cp -r src/SU2/TestCases/Tutorials tests/.
106
+echo "Copying TestCases/Tutorials folder to tests/Tutorials folder"
107
+cp -R src/SU2/TestCases/Tutorials/* tests/Tutorials/.
108
109
# Set the environment variables
110
export SU2_RUN=$PWD/install/bin
0 commit comments