Skip to content

Commit 17cb533

Browse files
committedMar 20, 2025·
chore: replace script.sh with your_program.sh in test bot fixtures and add executable scripts
1 parent 4fc81af commit 17cb533

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
 

‎internal/test_helpers/fixtures/test_bot/failure

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Debug = true
22

33
[stage-4] Running tests for Stage #4: a04
4-
[stage-4] $ ./script.sh
4+
[stage-4] $ ./your_program.sh
55
[stage-4] [board-1] Position: 2r3k1/q4ppp/p3p3/pnNp4/2rP4/2P2P2/4R1PP/2R1Q1K1 b - - 0 1
66
[stage-4] [board-1] Making HTTP request to http://localhost:8000/move
77
[stage-4] [board-1] ✓ Received status code 200

‎internal/test_helpers/fixtures/test_bot/success

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Debug = true
22

33
[stage-4] Running tests for Stage #4: a04
4-
[stage-4] $ ./script.sh
4+
[stage-4] $ ./your_program.sh
55
[stage-4] [board-1] Position: 2r3k1/q4ppp/p3p3/pnNp4/2rP4/2P2P2/4R1PP/2R1Q1K1 b - - 0 1
66
[stage-4] [board-1] Making HTTP request to http://localhost:8000/move
77
[stage-4] [board-1] ✓ Received status code 200
@@ -31,7 +31,7 @@ Debug = true
3131
[stage-4] Program terminated successfully
3232

3333
[stage-3] Running tests for Stage #3: a03
34-
[stage-3] $ ./script.sh
34+
[stage-3] $ ./your_program.sh
3535
[stage-3] [board-1] Position: r3r1k1/ppqb1ppp/8/4p1NQ/8/2P5/PP3PPP/R3R1K1 b - -
3636
[stage-3] [board-1] Making HTTP request to http://localhost:8000/move
3737
[stage-3] [board-1] ✓ Received status code 200
@@ -55,7 +55,7 @@ Debug = true
5555
[stage-3] Program terminated successfully
5656

5757
[stage-2] Running tests for Stage #2: a02
58-
[stage-2] $ ./script.sh
58+
[stage-2] $ ./your_program.sh
5959
[stage-2] Making HTTP request to http://localhost:8000/move
6060
[stage-2] ✓ Received status code 200
6161
[stage-2] ✓ Received valid move b1a3
@@ -65,7 +65,7 @@ Debug = true
6565
[stage-2] Program terminated successfully
6666

6767
[stage-1] Running tests for Stage #1: a01
68-
[stage-1] $ ./script.sh
68+
[stage-1] $ ./your_program.sh
6969
[stage-1] Making HTTP request to http://localhost:8000/move
7070
[stage-1] ✓ Received status code 200
7171
[stage-1] Request completed successfully

0 commit comments

Comments
 (0)