Skip to content

Entrega Tp Portaluppi Martin#14

Open
Portaliekx wants to merge 6 commits intogbobr:masterfrom
Portaliekx:master
Open

Entrega Tp Portaluppi Martin#14
Portaliekx wants to merge 6 commits intogbobr:masterfrom
Portaliekx:master

Conversation

@Portaliekx
Copy link

No description provided.

@gbobr
Copy link
Owner

gbobr commented Oct 25, 2018

Can one of the admins verify this patch?

@gbobr
Copy link
Owner

gbobr commented Oct 25, 2018

add to whitelist

@gbobr
Copy link
Owner

gbobr commented Oct 25, 2018

run tests

@gbobr
Copy link
Owner

gbobr commented Oct 25, 2018

run tests

@gbobr
Copy link
Owner

gbobr commented Oct 25, 2018

rerun tests

@gbobr
Copy link
Owner

gbobr commented Oct 25, 2018

Falló el test automatizado para el ejercicio 1. Ver salida de la consola en: https://jenkins-gbobr-ci.7e14.starter-us-west-2.openshiftapps.com/job/punteros2/44/
Revisar el algoritmo de ordenamiento, introduce un 0 entre los valores y se pierde el mayor de la lista.

Por ejemplo, si se ingresan los numeros
1,9,6,8
La salida del programa está siendo
0,1,6,8
Cuando debería ser
1,6,8,9

Resultado del test:


./ejercicio1 < test/input.txt | awk 'BEGIN{f=0} {if(f) print; if($1=="#SALIDA#") f=1;}' > output.txt
diff test/expected.txt output.txt
0a1
> 0
4d4
< 8

@gbobr gbobr added bug Something isn't working aun no aprobado labels Oct 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

aun no aprobado bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants