Skip to content

Commit 83cc22e

Browse files
committed
copy tutorials folder using docker
1 parent 6672b9b commit 83cc22e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/test/runTests.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,10 @@ else
101101
exit 1
102102
fi
103103
fi
104+
echo "Copying Tutorials folder to tests folder."
104105
cp -R ./Tutorials/ tests/.
105-
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/.
106108

107109
# Set the environment variables
108110
export SU2_RUN=$PWD/install/bin

0 commit comments

Comments
 (0)