Explorar el Código

cvm: use return code indicated by Collapse OS

Always returning zero caused test failures not to be properly
detected.
master
Virgil Dupras hace 3 años
padre
commit
dcab047302
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      cvm/forth.c

+ 1
- 1
cvm/forth.c Ver fichero

@@ -115,5 +115,5 @@ int main(int argc, char *argv[])
retcode = 1;
}
VM_deinit();
return 0;
return retcode;
}

Cargando…
Cancelar
Guardar