Skip to content
Snippets Groups Projects
Commit ff997def authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix runner script

parent 0f39d4dc
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ function run_examples() ...@@ -17,7 +17,7 @@ function run_examples()
bn=$(basename "$i") bn=$(basename "$i")
(cd $dn; $CMDLINE "$bn") (cd $dn; $CMDLINE "$bn")
done done
end }
function run_py_examples() function run_py_examples()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment