Skip to content
Snippets Groups Projects
Commit e9ff0ae1 authored by Millian Poquet's avatar Millian Poquet
Browse files

[ci] run-tests: build:$PATH -> $PATH:build

parent 4d3536aa
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ then
fi
# Add built batsched in PATH
export PATH=$(realpath ./build):${PATH}
export PATH="${PATH}:$(realpath ./build)"
# Set TEST_ROOT so simulation input files can be found
export TEST_ROOT=$(realpath ./test)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment