12 lines
292 B
Batchfile
12 lines
292 B
Batchfile
@echo off
|
|
echo ========================================
|
|
echo DEBUG TEST - PROBLÈME ID
|
|
echo ========================================
|
|
echo.
|
|
|
|
echo 🔍 Test avec logs de debug...
|
|
mvn test -Dtest=CompilationTest#testCompilationDemandeAideDTO
|
|
|
|
echo.
|
|
echo ========================================
|