ajout du test n°32 + correction de bug #5
This commit is contained in:
3
tests/test-32-exit/bake/Bakefile
Normal file
3
tests/test-32-exit/bake/Bakefile
Normal file
@@ -0,0 +1,3 @@
|
||||
fail:
|
||||
(exit 1)
|
||||
(echo "Ce echo ne devrait pas s'afficher")
|
3
tests/test-32-exit/make/Makefile
Normal file
3
tests/test-32-exit/make/Makefile
Normal file
@@ -0,0 +1,3 @@
|
||||
fail:
|
||||
(exit 1)
|
||||
(echo "Ce echo ne devrait pas s'afficher")
|
Reference in New Issue
Block a user