Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Ocarina
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
Ocarina
Commits
f0cdf131
Commit
f0cdf131
authored
Dec 29, 2015
by
yoogx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Minor reformatting
parent
50f14063
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
autotest.sh
autotest.sh
+8
-8
No files found.
autotest.sh
View file @
f0cdf131
...
...
@@ -117,7 +117,7 @@ path_conv="${path_conv-echo}"
path_sep
=
"
${
path_sep
-
:
}
"
# Set execute mode
chmod
755
${
scriptdir
}
/tools/compare.py
chmod
755
${
scriptdir
}
/tools/compare.py
# If dos2unix is not present, we display a warning
if
which dos2unix 2>&1
>
/dev/null
;
then
...
...
@@ -431,7 +431,7 @@ if test ${dotests} = "true" ; then
;;
*
)
if
test
-r
${
gprfile
}
;
then
ocarina_gpr
=
"
`
ocarina-config
--projects
`
"
command
=
"gnatmake -P
\"
`
${
path_conv
}
${
gprfile
}
`
\"
-aP
${
ocarina_gpr
}
-XOBJ_DIR=
\"
`
${
path_conv
}
${
tmpdir
}
`
\"
"
...
...
@@ -444,39 +444,39 @@ if test ${dotests} = "true" ; then
gnatmake
"
`
${
path_conv
}
${
file
}
`
"
`
ocarina-config
`
\
>
${
actual_output
}
2>&1
fi
if
test
$?
!=
0
;
then
failed
${
entry
}
\
"
${
command
}
"
\
""
\
"
${
actual_output
}
"
failures
=
`
expr
${
failures
}
+ 1
`
else
./
`
basename
${
file
}
.adb
`
>
${
actual_output
}
2>&1
command
=
"./
`
basename
${
file
}
.adb
`
"
result
=
$?
if
test
-r
${
expected_output
}
;
then
${
scriptdir
}
/tools/compare.py
\
${
expected_output
}
\
${
actual_output
}
>
/dev/null
result
=
$?
fi
;
if
test
${
result
}
!=
0
;
then
if
test
-r
${
expected_output
}
;
then
failed
${
entry
}
\
"
${
command
}
"
\
${
expected_output
}
\
${
actual_output
}
else
failed
${
entry
}
\
"
${
command
}
"
fi
failures
=
`
expr
${
failure
}
+ 1
`
else
passed
${
entry
}
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