mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 09:53:23 +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
|
# small 'fake' script to allow xterm to be found when performing tests
|
||||||
# on systems that do not have it
|
# on systems that do not have it
|
||||||
|
|
||||||
|
warn "$_=$ENV{$_}",$/ for (sort keys %ENV) if ( $ENV{TEST_VERBOSE} );;
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue