gnuastro-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]