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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
nexedi
MariaDB
Commits
339debf5
Commit
339debf5
authored
Nov 20, 2001
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
./mysql-test-run test1 test2 test3
parent
1775fd26
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
mysql-test/mysql-test-run.sh
mysql-test/mysql-test-run.sh
+10
-8
No files found.
mysql-test/mysql-test-run.sh
View file @
339debf5
...
...
@@ -304,7 +304,6 @@ fi
[
-z
"
$COLUMNS
"
]
&&
COLUMNS
=
80
E
=
`
$EXPR
$COLUMNS
- 8
`
#DASH72=`$EXPR substr '------------------------------------------------------------------------' 1 $E`
DASH72
=
`
$ECHO
'------------------------------------------------------------------------'
|
$CUT
-c
1-
$E
`
# on source dist, we pick up freshly build executables
...
...
@@ -1146,13 +1145,16 @@ then
$RM
-f
$TIMEFILE
# Remove for full test
fi
else
tname
=
`
$BASENAME
$1
.test
`
while
[
!
-z
"
$1
"
]
;
do
tname
=
`
$BASENAME
$1
.test
`
tf
=
$TESTDIR
/
$tname
.
$TESTSUFFIX
if
[
-f
$tf
]
;
then
run_testcase
$tf
else
$ECHO
"Test case
$tf
does not exist."
fi
shift
done
fi
$ECHO
$DASH72
...
...
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