Skip to content

Commit

Permalink
config path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GroophyLifefor committed Aug 7, 2024
1 parent 4f75875 commit 89b32ef
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bin/verify-exercises.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
@echo off
setlocal EnableDelayedExpansion

cd..
set configPath=config.json
set configPath=../config.json

for /f "usebackq tokens=*" %%a in ("%configPath%") do (
set "line=%%a"
Expand All @@ -29,8 +28,8 @@ for /f "usebackq tokens=*" %%a in ("%configPath%") do (

echo Slug: !slug!
echo Name: !name!
echo Exec: call exercises/practice/!slug!/!name: =!Test.bat test-runner
call exercises/practice/!slug!/!name: =!Test.bat test-runner
echo Exec: call ../exercises/practice/!slug!/!name: =!Test.bat test-runner
call ../exercises/practice/!slug!/!name: =!Test.bat test-runner
echo.

)
Expand Down

0 comments on commit 89b32ef

Please sign in to comment.