Skip to content
Snippets Groups Projects
Commit 135d6538 authored by Duncan Meacher's avatar Duncan Meacher
Browse files

Makefile.offline_tutorial_test: Fix dummy veto times

parent d955cb10
No related branches found
No related tags found
No related merge requests found
......@@ -284,7 +284,7 @@ segments.xml.gz:
vetoes.xml.gz:
# Produce a dummy veto file
@echo "Produce veto file"
echo 0 1 > vetoes.txt
echo 999999997 999999998 > vetoes.txt
ligolw_segments --insert-from-segwizard=H1=vetoes.txt --output H1_vetoes.xml.gz --name=vetoes
ligolw_segments --insert-from-segwizard=L1=vetoes.txt --output L1_vetoes.xml.gz --name=vetoes
ligolw_add --output $@ H1_vetoes.xml.gz L1_vetoes.xml.gz
......
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