Skip to content

Commit

Permalink
fix windows compilation (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: paul <[email protected]>
  • Loading branch information
bakpaul and bakpaul authored Oct 12, 2023
1 parent 3aea977 commit 24dad69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ fi
# export SOFA_DATA_PATH="$src_dir:$src_dir/examples:$src_dir/share"
export SOFA_ROOT="$build_dir"
if [[ "$test_type" == "regression-tests" ]]; then
export REGRESSION_REFERENCES_DIR="$references_dir/examples:$references_dir/applications/plugins"
export REGRESSION_SCENES_DIR="$src_dir/examples:$src_dir/applications/plugins"
export REGRESSION_REFERENCES_DIR="$references_dir/examples|$references_dir/applications/plugins"
export REGRESSION_SCENES_DIR="$src_dir/examples|$src_dir/applications/plugins"
fi

list-tests() {
Expand Down

0 comments on commit 24dad69

Please sign in to comment.