mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
More >&1 cleanups
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
foreach s (*.sql)
|
||||
echo "===> $s";
|
||||
psql -q -e -n $USER < $s >& $s.out;
|
||||
psql -q -e -n $USER < $s > $s.out 2>&1;
|
||||
diff $s.out results/$s.out;
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user