[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnuastro-commits] master 28e1bc8 4/7: astscript-sort-by-night: chaning
From: |
Mohammad Akhlaghi |
Subject: |
[gnuastro-commits] master 28e1bc8 4/7: astscript-sort-by-night: chaning old names to have 'sort' instead of 'list' |
Date: |
Sun, 16 May 2021 15:39:28 -0400 (EDT) |
branch: master
commit 28e1bc8bff9a9b84314b9accc29461219bbaecd1
Author: Raul Infante-Sainz <infantesainz@gmail.com>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>
astscript-sort-by-night: chaning old names to have 'sort' instead of 'list'
Until this commit, the script for making the check/test of the current
'sort-by-night' script was 'list-by-night'. The 'list-' part comes from the
very beginning name (that was later changed). With this commit, the old
reference to the names 'list-by-night' have been changed to have the new
'sort-by-night' one.
---
tests/Makefile.am | 4 ++--
tests/script/{list-by-night.sh => sort-by-night.sh} | 0
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c5e8f03..93b6ce5 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -200,11 +200,11 @@ if COND_WARP
endif
# Script tests.
-SCRIPT_TESTS = script/list-by-night.sh \
+SCRIPT_TESTS = script/sort-by-night.sh \
script/radial-profile.sh
# We want to have several FITS files as input for this script.
-script/list-by-night.sh: mkcatalog/aperturephot.sh.log
+script/sort-by-night.sh: mkcatalog/aperturephot.sh.log
script/radial-profile.sh: mkprof/mosaic2.sh.log
diff --git a/tests/script/list-by-night.sh b/tests/script/sort-by-night.sh
similarity index 100%
rename from tests/script/list-by-night.sh
rename to tests/script/sort-by-night.sh
- [gnuastro-commits] master updated (482df67 -> f0fcad5), Mohammad Akhlaghi, 2021/05/16
- [gnuastro-commits] master edcb351 2/7: radial-profile: removing the set-x option used for debuging, Mohammad Akhlaghi, 2021/05/16
- [gnuastro-commits] master 6e94c13 6/7: All programs: empty string arguments are now ignored, Mohammad Akhlaghi, 2021/05/16
- [gnuastro-commits] master f0fcad5 7/7: astscript-radial-profile: Removed special sn option, Mohammad Akhlaghi, 2021/05/16
- [gnuastro-commits] master c92dea3 1/7: SNR options added to bin/script/radial-profile.in, Mohammad Akhlaghi, 2021/05/16
- [gnuastro-commits] master 28e1bc8 4/7: astscript-sort-by-night: chaning old names to have 'sort' instead of 'list',
Mohammad Akhlaghi <=
- [gnuastro-commits] master e473879 3/7: astscript-radial-profile: including make check for this script, Mohammad Akhlaghi, 2021/05/16
- [gnuastro-commits] master c3af771 5/7: Book: signal-to-noise parameters of the radial-profile script are now described., Mohammad Akhlaghi, 2021/05/16