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
2f730c9a
Commit
2f730c9a
authored
Jan 17, 2022
by
Ole Streicher
Browse files
Update names of sample stars to be found on CI test
parent
8187ee77
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/tests/astrometry-test
View file @
2f730c9a
...
...
@@ -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