Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
biod-database
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
simmctic
biod
biod-database
Commits
d53cd041
Commit
d53cd041
authored
Jul 25, 2019
by
Lucas Fernandes de Oliveira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tmp
Signed-off-by:
Lucas Fernandes de Oliveira
<
lfoliveira@inf.ufpr.br
>
parent
558fecee
Pipeline
#21071
failed with stage
in 57 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
test/monet.sh
test/monet.sh
+4
-4
test/psql.sh
test/psql.sh
+4
-4
No files found.
test/monet.sh
View file @
d53cd041
...
...
@@ -6,11 +6,11 @@ cd $basePath/..
TMP_DIR
=
$(
mktemp
-d
)
# Before all tests
../usql-manager/manager.sh monet drop ./data/ &> /dev/null
../usql-manager/manager.sh monet drop .
.
/data/ &> /dev/null
echo
"Should create the database"
../usql-manager/manager.sh monet create ./data/ &>
$TMP_DIR
/create.out
../usql-manager/manager.sh monet create .
.
/data/ &>
$TMP_DIR
/create.out
if
[[
$?
-eq
0
]]
;
then
echo
-e
"
\t
Sucess"
...
...
@@ -32,7 +32,7 @@ fi
echo
"Should load the fixtures"
../usql-manager/manager.sh monet fixture ./data/ &>
$TMP_DIR
/fixture.out
../usql-manager/manager.sh monet fixture .
.
/data/ &>
$TMP_DIR
/fixture.out
if
[[
$?
-eq
0
]]
;
then
echo
-e
"
\t
Sucess"
...
...
@@ -54,7 +54,7 @@ fi
echo
"Should drop the database"
../usql-manager/manager.sh monet drop ./data/ &>
$TMP_DIR
/drop.out
../usql-manager/manager.sh monet drop .
.
/data/ &>
$TMP_DIR
/drop.out
if
[[
$?
-eq
0
]]
;
then
echo
-e
"
\t
Sucess"
...
...
test/psql.sh
View file @
d53cd041
...
...
@@ -6,11 +6,11 @@ cd $basePath/..
TMP_DIR
=
$(
mktemp
-d
)
# Before all tests
../usql-manager/manager.sh psql drop ./data/ &> /dev/null
../usql-manager/manager.sh psql drop .
.
/data/ &> /dev/null
echo
"Should create the database"
../usql-manager/manager.sh psql create ./data/ &>
$TMP_DIR
/create.out
../usql-manager/manager.sh psql create .
.
/data/ &>
$TMP_DIR
/create.out
if
[[
$?
-eq
0
]]
;
then
echo
-e
"
\t
Sucess"
...
...
@@ -34,7 +34,7 @@ fi
echo
"Should load the fixtures"
../usql-manager/manager.sh psql fixture ./data/ &>
$TMP_DIR
/fixture.out
../usql-manager/manager.sh psql fixture .
.
/data/ &>
$TMP_DIR
/fixture.out
if
[[
$?
-eq
0
]]
;
then
echo
-e
"
\t
Sucess"
...
...
@@ -56,7 +56,7 @@ fi
echo
"Should drop the database"
../usql-manager/manager.sh psql drop ./data/ &>
$TMP_DIR
/drop.out
../usql-manager/manager.sh psql drop .
.
/data/ &>
$TMP_DIR
/drop.out
if
[[
$?
-eq
0
]]
;
then
echo
-e
"
\t
Sucess"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment