Commit b9ebf5d6 authored by Ole Streicher's avatar 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
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment