Skip to content

Commit

Permalink
don't use realpath with non-existent files (#3200)
Browse files Browse the repository at this point in the history
  • Loading branch information
enyst authored Jul 31, 2024
1 parent 70dd705 commit 21ea995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/regenerate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ fi
export SCRIPT_DIR=$(get_script_dir)
export PROJECT_ROOT=$(realpath "$SCRIPT_DIR/../..")

WORKSPACE_MOUNT_PATH=$(realpath "${WORKSPACE_MOUNT_PATH}/_test_workspace")
WORKSPACE_BASE=$(realpath "${WORKSPACE_BASE}/_test_workspace")
WORKSPACE_MOUNT_PATH=$(realpath "${WORKSPACE_MOUNT_PATH}")/_test_workspace
WORKSPACE_BASE=$(realpath "${WORKSPACE_BASE}")/_test_workspace
WORKSPACE_MOUNT_PATH_IN_SANDBOX="/workspace"

echo "Current working directory: $(pwd)"
Expand Down

0 comments on commit 21ea995

Please sign in to comment.