From 5dd87260434756f3c974a6c75d373645d84f7b30 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 2 Jul 2020 12:37:28 -0400 Subject: Break up configuration from test script --- test_config.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test_config.sh (limited to 'test_config.sh') 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}" -- cgit