Closed pjacklam closed 6 months ago
Actually configsmoke.pl
is no longer maintained, please use the new tsconfigsmoke.pl
.
With regard to the actual value of 'hostname' in your smokecurrent_config
, undef
means use the value from System::Info
.
This should be resolved in version 1.82
I am running Test-Smoke version 1.80 under Cygwin. I run
and when I get to the hostname configuration, I just hit the [ENTER] key to use the default hostname. This gives me two warnings about "Use of uninitialized value":
The information line right above the prompt says that the default is use the actual hostname (OS-A01-L0123 in my case), but the prompt string says the default is
[undef]
. That seems like a contradiction.