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

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

This reverts commit e9ff0ae1.
parent 5cd1e7d2
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="${PATH}:$(realpath ./build)"
export PATH=$(realpath ./build):${PATH}
# 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