mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 01:48:08 +01:00
fix: Fixed bad binary name
This commit is contained in:
parent
5d1f915a77
commit
ae66d62f75
1 changed files with 1 additions and 1 deletions
|
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
for i in ./ressources/bad_maps/*; do
|
for i in ./ressources/bad_maps/*; do
|
||||||
printf "testing $i...\n"
|
printf "testing $i...\n"
|
||||||
./cub3d $i && printf "$i...\tFAILED (did not detect expected error)\n" || printf "$i...\tPASSED\n"
|
./cub3D $i && printf "$i...\tFAILED (did not detect expected error)\n" || printf "$i...\tPASSED\n"
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue