Skip to content

Commit

Permalink
Use the binary to run the self-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Sep 18, 2024
1 parent de6b38f commit e0084c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tests/managed_tests/QITSelfTests.php
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ function run_test_runs( array $test_runs, $tests_based_on_custom_tests ) {
foreach ( $test_runs as $test_type => &$test_type_test_runs ) {
foreach ( $test_type_test_runs as &$t ) {
$php = ( new PhpExecutableFinder() )->find( false );
$qit = realpath( __DIR__ . '/../../src/qit-cli.php' );
$qit = realpath( __DIR__ . '/../../qit' );
$sut_slug = $t['sut_slug'];

$args = [
Expand Down

0 comments on commit e0084c8

Please sign in to comment.