Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit60ab7c8

Browse files
committed
In tab-completion test, print out the value of TERM before changing it.
I'm curious to see what values are prevailing in the buildfarm.Discussion:https://postgr.es/m/23181.1578167938@sss.pgh.pa.us
1 parent5b63050 commit60ab7c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/bin/psql/t/010_tab_completion.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
my$historyfile ="${TestLib::log_path}/010_psql_history.txt";
3939
$ENV{PSQL_HISTORY} =$historyfile;
4040

41+
# Debug investigation
42+
note"TERM is set to '" . ($ENV{TERM} ||"<undef>") ."'";
43+
4144
# Ensure that readline/libedit puts out xterm escapes, not something else.
4245
$ENV{TERM} ='xterm';
4346

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp