aboutsummaryrefslogtreecommitdiff
path: root/test_config.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-07-02 12:37:28 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-07-02 14:46:31 -0400
commit5dd87260434756f3c974a6c75d373645d84f7b30 (patch)
treedce2cc80a071be35a66681134b4d263ec9d68a55 /test_config.sh
parent0fff9db32efe3bfaeb561843e604024d08cea1b0 (diff)
downloadsplitfits-5dd87260434756f3c974a6c75d373645d84f7b30.tar.gz
Break up configuration from test script
Diffstat (limited to 'test_config.sh')
-rw-r--r--test_config.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test_config.sh b/test_config.sh
new file mode 100644
index 0000000..da541b3
--- /dev/null
+++ b/test_config.sh
@@ -0,0 +1,6 @@
+test_program="${RTDIR}/splitfits"
+test_program_version="$(git describe --always --tags --long)"
+test_data="${RTDIR}/data"
+test_data_remote=https://nx.astroconda.org/repository
+test_data_remote_auth=${test_data_remote_auth:-}
+test_data_upload="generic/spb-splitfits/${test_program_version}"