containers / nri-plugins

A collection of community maintained NRI plugins
https://containers.github.io/nri-plugins/
Apache License 2.0
67 stars 24 forks source link

e2e: fix command filenames in test output directories #390

Closed askervin closed 1 month ago

askervin commented 1 month ago

%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.