Skip to content
Snippets Groups Projects
Commit da243a1b authored by Aaron Viets's avatar Aaron Viets
Browse files

test lal_pacer

parent 60c82f2a
No related branches found
No related tags found
1 merge request!1CI development
......@@ -26,10 +26,10 @@ variables:
# don't need git history
GIT_DEPTH: 1
#cache:
# key: $CI_JOB_NAME
# paths:
# - ccache
cache:
key: $CI_JOB_NAME
paths:
- ccache
stages:
- distribution
......
......@@ -50,6 +50,7 @@ def Run_calib():
#e_file.close()
#os.system("ls tests/tests_pytest/frames/GDS/H-H1GDS_LaterStart-*.gwf | lal_path2cache > tests/tests_pytest/GDS_LaterStart_frames.cache")
os.system("GST_DEBUG=3 gst-launch-1.0 audiotestsrc num_buffers=5 samplesperbuffer=16 ! audio/x-raw,format=F64LE,rate=16 ! lal_pacer ! fakesink")
e_file = open('tests/tests_pytest/error_results.txt', 'a')
e_file.write('Running Approx-TDCFs calibration pipeline with a later start time\n')
e_file.close()
......
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