Skip to content

Commit 4ac109c

Browse files
committed
Trying a full path for the runner directory,
1 parent 63ed6ef commit 4ac109c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/test_exercises.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Allow high-performance tests to be skipped
1818
ALLOW_SKIP = ['alphametics', 'largest-series-product']
1919

20-
TEST_RUNNER_DIR = Path('python-test-runner')
20+
TEST_RUNNER_DIR = Path('/__w/python-test-runner/python-test-runner/')
2121

2222
RUNNERS = {}
2323

@@ -129,7 +129,7 @@ def run_with_test_runner(exercise, workdir, quiet: bool = False) -> int:
129129
args = ['./bin/run.sh', exercise.slug, workdir, workdir]
130130
else:
131131
args = [
132-
'docker-compose',
132+
'docker compose',
133133
'run',
134134
'-w', str(TEST_RUNNER_DIR),
135135
'--entrypoint', './bin/run.sh',

0 commit comments

Comments
 (0)