We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77b34f commit ab61024Copy full SHA for ab61024
test/runTests.sh
@@ -94,7 +94,7 @@ else
94
fi
95
cp -R ./TestData/* tests/TestCases/
96
if [ ! -z "$tutorialbranch" ]; then
97
- git clone --depth=1 -b $tutorialbranch https://github.com/su2code/su2code.github.io ./Tutorials
+ git clone --depth=1 -b $tutorialbranch https://github.com/su2code/Tutorials ./Tutorials
98
else
99
if [ ! -d "src/Tutorials" ]; then
100
echo "$PWD/src/Tutorials not found. Make sure to mount existing su2code/su2code.github.io repo or use -t to provide a branch to clone."
0 commit comments