Reduced the amount of output from test scripts.
[gnucomo.git] / test / t0001.sh
index 967745f..c9d42af 100644 (file)
@@ -4,11 +4,11 @@
 
 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 -c 'select statuscode from status'
    result=$?
-   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