diff --git a/providers/base/bin/stress_ng_test.py b/providers/base/bin/stress_ng_test.py index 10b93ad3d1..b73271ff54 100755 --- a/providers/base/bin/stress_ng_test.py +++ b/providers/base/bin/stress_ng_test.py @@ -81,6 +81,7 @@ def run(self): command = "stress-ng --aggressive --verify --timeout {} {} {}".format( self.sng_timeout, self.extra_options, stressor_list ) + print("Running command: {}".format(command)) time_str = time.strftime("%d %b %H:%M", time.gmtime()) if len(self.stressors) == 1: print(