use --help instead of -h
This commit is contained in:
parent
8d312562bf
commit
522db4d98e
@ -1 +1 @@
|
||||
Subproject commit 3f974ec9d5fd9ce604ac612cc344d3f50bd993c0
|
||||
Subproject commit 05da9c93fc7fff258e54a9413d11ea72a82fe03f
|
@ -56,7 +56,7 @@ cp generate-auditor-basedb-template.conf $CONF
|
||||
|
||||
|
||||
echo -n "Testing for taler-bank-manage"
|
||||
taler-bank-manage -h >/dev/null </dev/null || exit_skip " MISSING"
|
||||
taler-bank-manage --help >/dev/null </dev/null || exit_skip " MISSING"
|
||||
echo " FOUND"
|
||||
echo -n "Testing for taler-wallet-cli"
|
||||
taler-wallet-cli -v >/dev/null </dev/null || exit_skip " MISSING"
|
||||
|
@ -362,7 +362,7 @@ echo "OK"
|
||||
function test_2() {
|
||||
|
||||
echo "===========2: reserves_in inconsistency==========="
|
||||
echo "UPDATE reserves_in SET credit_val=5 WHERE reserve_in_serial_id=1" | psql -Aqt $DB
|
||||
echo "UPDATE reserves_in SET credit_val=5 WHERE reserve_in_serial_id=1" | psql -At $DB
|
||||
|
||||
run_audit
|
||||
|
||||
@ -1848,7 +1848,7 @@ CONF=test-auditor.conf
|
||||
echo "Testing for jq"
|
||||
jq -h > /dev/null || exit_skip "jq required"
|
||||
echo "Testing for taler-bank-manage"
|
||||
taler-bank-manage -h >/dev/null </dev/null || exit_skip "taler-bank-manage required"
|
||||
taler-bank-manage --help >/dev/null </dev/null || exit_skip "taler-bank-manage required"
|
||||
echo "Testing for pdflatex"
|
||||
which pdflatex > /dev/null </dev/null || exit_skip "pdflatex required"
|
||||
|
||||
|
@ -520,7 +520,7 @@ CONF=test-auditor.conf
|
||||
echo "Testing for jq"
|
||||
jq -h > /dev/null || exit_skip "jq required"
|
||||
echo "Testing for taler-bank-manage"
|
||||
taler-bank-manage -h >/dev/null </dev/null || exit_skip "taler-bank-manage required"
|
||||
taler-bank-manage --help >/dev/null </dev/null || exit_skip "taler-bank-manage required"
|
||||
echo "Testing for pdflatex"
|
||||
which pdflatex > /dev/null </dev/null || exit_skip "pdflatex required"
|
||||
|
||||
|
@ -17,8 +17,7 @@
|
||||
-- Everything in one big transaction
|
||||
BEGIN;
|
||||
|
||||
-- This script DROPs all of the tables we create, including the
|
||||
-- versioning schema!
|
||||
-- This script DROPs all of the tables we create.
|
||||
--
|
||||
-- Unlike the other SQL files, it SHOULD be updated to reflect the
|
||||
-- latest requirements for dropping tables.
|
||||
|
Loading…
Reference in New Issue
Block a user