Skip to content
Snippets Groups Projects
Commit 578e04e0 authored by Hunter Goldstein's avatar Hunter Goldstein Committed by Michael Aaron Murphy
Browse files

force run_examples.sh to use project root as working directory (#357)

parent c32cd6d7
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,10 @@ PROJECT_DIR=$(dirname $(cargo locate-project | awk -F\" '{print $4}'))
EXIT_VAL=0
# Some of the examples assume that the working directory is the project root
# and it never hurts to force consistency regardless
cd $PROJECT_DIR
function check_return_value {
# Check number of parameters passed into the check function
......
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