mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 09:09:06 +00:00
Show env vars when running tests in verbose mode
This commit is contained in:
parent
64b414bdbe
commit
eb586e1281
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env perl
|
||||
|
||||
# small 'fake' script to allow xterm to be found when performing tests
|
||||
# on systems that do not have it
|
||||
|
||||
warn "$_=$ENV{$_}",$/ for (sort keys %ENV) if ( $ENV{TEST_VERBOSE} );;
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Reference in a new issue