Make WordPress Core

Changeset 59616


Ignore:
Timestamp:
01/15/2025 02:09:29 PM (13 months ago)
Author:
desrosj
Message:

Build/Test Tools: Fix bad merge in [59614].

Unprops desrosj.
See #52909.
See #62280.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.1/tools/local-env/scripts/install.js

    r59613 r59616  
    5555    const testPluginDirectory = 'tests/phpunit/data/plugins/wordpress-importer';
    5656
    57     execSync( `docker-compose exec -T php rm -rf ${testPluginDirectory}`, { stdio: 'inherit' } );
    58     execSync( `docker-compose exec -T php git clone https://github.com/WordPress/wordpress-importer.git ${testPluginDirectory} --depth=1`, { stdio: 'inherit' } );
     57    execSync( `docker compose exec -T php rm -rf ${testPluginDirectory}`, { stdio: 'inherit' } );
     58    execSync( `docker compose exec -T php git clone https://github.com/WordPress/wordpress-importer.git ${testPluginDirectory} --depth=1`, { stdio: 'inherit' } );
    5959}
Note: See TracChangeset for help on using the changeset viewer.