diff options
Diffstat (limited to 'test/scripts/run.sh')
-rwxr-xr-x | test/scripts/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/run.sh b/test/scripts/run.sh index 544a536ed36..51c1c62df9d 100755 --- a/test/scripts/run.sh +++ b/test/scripts/run.sh @@ -55,7 +55,7 @@ fi if [ -z "$venv_dir" ] then - venv_dir="$ws_dir/test/venv" + venv_dir="$ws_dir/build-root/test/venv" echo "Argument --venv-path not specified, defaulting to '$venv_dir'" extra_args="$extra_args --venv-dir=$venv_dir" fi |