Skip to content
Snippets Groups Projects
Commit 78381f71 authored by mnb's avatar mnb Committed by afarrell
Browse files

Updated the Makefile to reflect changed names of output splice files

	Did same as below for Makefile
parent 1971b6fa
No related branches found
Tags 1.54
No related merge requests found
......@@ -46,7 +46,7 @@ testSpliceNone :
-AutoScript \
-ScriptName ScriptSpliceNone.tcl \
-Timeout 60 \
-Post FitsOps:Compare spliced.fits ref_spliced_none.fits stderr;'
-Post FitsOps:Compare spliced_none.fits ref_spliced_none.fits stderr;'
@echo "Completed AAOmegaSample normal splice test"
testSpliceRWSS :
......@@ -57,7 +57,7 @@ testSpliceRWSS :
-AutoScript \
-ScriptName ScriptSpliceRWSS.tcl \
-Timeout 60 \
-Post FitsOps:Compare spliced.fits ref_spliced_RWSS.fits stderr;'
-Post FitsOps:Compare spliced_RWSS.fits ref_spliced_RWSS.fits stderr;'
@echo "Completed AAOmegaSample RWSS splice test"
clean :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment