mirror of
https://github.com/postgres/postgres.git
synced 2026-06-06 23:32:13 -04:00
provides string to be used for expected/* files for system specific output...
This commit is contained in:
parent
dd6b1aaa25
commit
a4041bce99
1 changed files with 4 additions and 0 deletions
4
src/test/regress/system.sh
Executable file
4
src/test/regress/system.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
echo -n "string to use for system specific expected/* files: "
|
||||
../../config.guess |awk -F\- '{ split($3,a,/[0-9]/); printf"%s-%s", $1, a[1] }'
|
||||
echo ""
|
||||
Loading…
Reference in a new issue