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
7e654ee8
Commit
7e654ee8
authored
Mar 22, 2006
by
jonas@perch.ndb.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndb -
some more ndb-autotest updates (previously uncommitted...but in use)
parent
8b9c7241
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
ndb/test/run-test/ndb-autotest.sh
ndb/test/run-test/ndb-autotest.sh
+5
-4
No files found.
ndb/test/run-test/ndb-autotest.sh
View file @
7e654ee8
...
...
@@ -13,7 +13,7 @@ save_args=$*
VERSION
=
"ndb-autotest.sh version 1.04"
DATE
=
`
date
'+%Y-%m-%d'
`
HOST
=
`
hostname
`
HOST
=
`
hostname
-s
`
export
DATE HOST
set
-e
...
...
@@ -35,6 +35,7 @@ report=yes
clone
=
5.0-ndb
RUN
=
"daily-basic daily-devel"
conf
=
autotest.conf
LOCK
=
$HOME
/.autotest-lock
############################
# Read command line entries#
...
...
@@ -66,7 +67,7 @@ done
if
[
-f
$conf
]
then
.
./
$conf
.
$conf
else
echo
"Can't find config file:
$conf
"
exit
...
...
@@ -105,7 +106,6 @@ fi
# Setup the clone source location #
####################################
LOCK
=
$HOME
/.autotest-lock
src_clone
=
$src_clone_base
-
$clone
#######################################
...
...
@@ -389,7 +389,8 @@ do
awk
'{for(i=1;i<='
$count
';i++)print $i;}'
`
echo
$run_hosts
>>
/tmp/filter_hosts.
$$
choose
$conf
$run_hosts
>
d.tmp
choose
$conf
$run_hosts
>
d.tmp.
$$
sed
-e
s,CHOOSE_dir,
"
$install_dir
"
,g < d.tmp.
$$
>
d.tmp
$mkconfig
d.tmp
fi
...
...
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