Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
e2e: fix command filenames in test output directories
%04g-target formatting resulted in filenames like -1.0329e+121-vm in some environments. As COMMAND_COUNTER is a natural number, let us format it using %d for consistent results. Signed-off-by: Antti Kervinen <[email protected]>
- Loading branch information