Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
c56c6cf5
Commit
c56c6cf5
authored
Apr 17, 2013
by
tokubuild
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refs #6566 fix drd and coverage test scripts
parent
3238f36d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
scripts/run-nightly-coverage-tests.bash
scripts/run-nightly-coverage-tests.bash
+3
-1
scripts/run-nightly-drd-tests.bash
scripts/run-nightly-drd-tests.bash
+3
-1
No files found.
scripts/run-nightly-coverage-tests.bash
View file @
c56c6cf5
...
...
@@ -7,6 +7,8 @@ scriptdir=$PWD
popd
&>/dev/null
tokudbdir
=
$(
dirname
$scriptdir
)
cd
$tokudbdir
if
[
!
-d
build
]
;
then
mkdir
build
pushd
build
...
...
@@ -26,7 +28,7 @@ if [ ! -d build ] ; then
-D
TOKUDB_DATA
=
$tokudbdir
/../tokudb.data
\
..
ninja build_jemalloc build_lzma
popd
build
popd
fi
cd
build
...
...
scripts/run-nightly-drd-tests.bash
View file @
c56c6cf5
...
...
@@ -7,6 +7,8 @@ scriptdir=$PWD
popd
&>/dev/null
tokudbdir
=
$(
dirname
$scriptdir
)
cd
$tokudbdir
if
[
!
-d
build
]
;
then
mkdir
build
pushd
build
...
...
@@ -25,7 +27,7 @@ if [ ! -d build ] ; then
-D
TOKUDB_DATA
=
$tokudbdir
/../tokudb.data
\
..
ninja build_jemalloc build_lzma
popd
build
popd
fi
cd
build
...
...
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