Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian Astro Team
astrometry.net
Commits
b9ebf5d6
Commit
b9ebf5d6
authored
Jan 17, 2022
by
Ole Streicher
Browse files
Update names of sample stars to be found on CI test
parent
73af4d93
Pipeline
#338276
failed with stages
in 15 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
debian/tests/astrometry-test
View file @
b9ebf5d6
...
...
@@ -17,11 +17,12 @@ for ext in axy solved match wcs rdls corr new ; do
test
-s
${
test_dir
}
/
${
name
}
.
${
ext
}
done
#
Check if the Carina constellation was found here
echo
Check
if
the Carina constellation was found here
grep
-q
Carina
${
test_dir
}
/
${
name
}
.log
# Check some stars which are close to the edges
for
s
in
ρCen μVel βCha ηMus δVel μ2Cru
;
do
for
s
in
'ρ Cen'
'μ Vel'
'β Cha'
'η Mus'
'Alsephina (δ Vel)'
'μ2 Cru'
;
do
echo
Check that
$s
was found
grep
-q
"The star
$s
"
${
test_dir
}
/
${
name
}
.log
done
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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