Reduced the amount of output from test scripts.
[gnucomo.git] / test / t0004.sh
index 2e91fc7..4f4e1ca 100644 (file)
@@ -7,13 +7,13 @@
 
 cd ..
 
-if psql gnucomo_test -f src/database/create.sql
+if psql gnucomo_test -f src/database/create.sql -q >/dev/null
 then
    psql gnucomo_test -q -c "insert into object (objectname) values ('kithira.andromeda.nl')"
    psql gnucomo_test -c "select * from object"
    src/gcm_input/gcm_input -c gnucomo_test  <test/messages
    psql gnucomo_test -c "select * from log"
-   psql gnucomo_test -f src/database/destroy.sql
+   psql gnucomo_test -f src/database/destroy.sql -q
    exit $result
 else
    echo Can not create test database