1
1
Debug = true
2
2
3
3
[33m[stage-4] [0m[94mRunning tests for Stage #4: a04[0m
4
- [33m[stage-4] [0m[94m$ ./script .sh[0m
4
+ [33m[stage-4] [0m[94m$ ./your_program .sh[0m
5
5
[33m[stage-4] [board-1] [0m[94mPosition: 2r3k1/q4ppp/p3p3/pnNp4/2rP4/2P2P2/4R1PP/2R1Q1K1 b - - 0 1[0m
6
6
[33m[stage-4] [board-1] [0m[36mMaking HTTP request to http://localhost:8000/move[0m
7
7
[33m[stage-4] [board-1] [0m[92m✓ Received status code 200[0m
@@ -31,7 +31,7 @@ Debug = true
31
31
[33m[stage-4] [0m[36mProgram terminated successfully[0m
32
32
33
33
[33m[stage-3] [0m[94mRunning tests for Stage #3: a03[0m
34
- [33m[stage-3] [0m[94m$ ./script .sh[0m
34
+ [33m[stage-3] [0m[94m$ ./your_program .sh[0m
35
35
[33m[stage-3] [board-1] [0m[94mPosition: r3r1k1/ppqb1ppp/8/4p1NQ/8/2P5/PP3PPP/R3R1K1 b - -[0m
36
36
[33m[stage-3] [board-1] [0m[36mMaking HTTP request to http://localhost:8000/move[0m
37
37
[33m[stage-3] [board-1] [0m[92m✓ Received status code 200[0m
@@ -55,7 +55,7 @@ Debug = true
55
55
[33m[stage-3] [0m[36mProgram terminated successfully[0m
56
56
57
57
[33m[stage-2] [0m[94mRunning tests for Stage #2: a02[0m
58
- [33m[stage-2] [0m[94m$ ./script .sh[0m
58
+ [33m[stage-2] [0m[94m$ ./your_program .sh[0m
59
59
[33m[stage-2] [0m[36mMaking HTTP request to http://localhost:8000/move[0m
60
60
[33m[stage-2] [0m[92m✓ Received status code 200[0m
61
61
[33m[stage-2] [0m[92m✓ Received valid move b1a3[0m
@@ -65,7 +65,7 @@ Debug = true
65
65
[33m[stage-2] [0m[36mProgram terminated successfully[0m
66
66
67
67
[33m[stage-1] [0m[94mRunning tests for Stage #1: a01[0m
68
- [33m[stage-1] [0m[94m$ ./script .sh[0m
68
+ [33m[stage-1] [0m[94m$ ./your_program .sh[0m
69
69
[33m[stage-1] [0m[36mMaking HTTP request to http://localhost:8000/move[0m
70
70
[33m[stage-1] [0m[92m✓ Received status code 200[0m
71
71
[33m[stage-1] [0m[36mRequest completed successfully[0m
0 commit comments