Skip to content

Commit

Permalink
Fix path issue in 'self test script'.
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCarden committed Jan 29, 2025
1 parent b67e071 commit 0db51ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PROJECT_NAME="ddev-drupal-xb-dev"
PROJECT_DIR="test-site"
DRUPAL_VERSION="10.x@dev"

cd "$(dirname "$0")/../var/$($PROJECT_DIR)" && clear || exit 1
cd "$(dirname "$0")/../var" && clear || exit 1
clear; set -ev

# Clean up from previous runs.
Expand Down

0 comments on commit 0db51ef

Please sign in to comment.