Skip to content
Snippets Groups Projects
Commit 92647baa authored by Daniel Hornung's avatar Daniel Hornung
Browse files

TEST DOC: Added test and updated CHANGELOG.

parent 03a3bbcf
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### ### Added ###
- `utils/make_db` has new `grant-permission` command.
### Changed ### ### Changed ###
### Deprecated ### ### Deprecated ###
......
...@@ -103,5 +103,7 @@ echo -n 'testing logging... ' ...@@ -103,5 +103,7 @@ echo -n 'testing logging... '
$UTILSPATH/log.sh "start" $UTILSPATH/log.sh "start"
$UTILSPATH/log.sh "get" > /dev/null $UTILSPATH/log.sh "get" > /dev/null
$UTILSPATH/log.sh "stop" $UTILSPATH/log.sh "stop"
$UTILSPATH/make_db grant-permission anonymous \
'[{"grant":"true","priority":"true","permission":"*"}]'
echo '[Ok]' echo '[Ok]'
echo '[Completed]' echo '[Completed]'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment