By working on https://github.com/google/timesketch/issues/2432 I discovered that we give the user a successful message, even if the command was not actually executed. So even if something failed, the user would have gotten the message all fine.
That is why I moved the user output after the actual command, so it can fail.
By working on https://github.com/google/timesketch/issues/2432 I discovered that we give the user a successful message, even if the command was not actually executed. So even if something failed, the user would have gotten the message all fine.
That is why I moved the user output after the actual command, so it can fail.