Commit ea3e963b authored by Kelvin Rodriguez's avatar Kelvin Rodriguez Committed by acpaquette
Browse files

Testing updates for Jenkins and MRO (#3380)

* updated tests to get them passing in different OSes

* removed bad program launcher test

* tracking table except fix

* missed PDS table file

* typo

* added colon

* tracking table test updated
parent 247025e4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
channels:
  - usgs-astrogeology
  - conda-forge
  - probcomp
  - defaults

dependencies:
+1 −1
Original line number Diff line number Diff line
RECORD_TYPE = FIXED_LENGTH
RECORD_BYTES = 18
^TABLE = LSB_PDS_BINARY_TABLE.DAT
^TABLE = lsb_pds_binary_table.dat

Object = TABLE
  INTERCHANGE_FORMAT = BINARY
+1 −1
Original line number Diff line number Diff line
RECORD_TYPE = FIXED_LENGTH
RECORD_BYTES = 18
^TABLE = LSB_PDS_BINARY_TABLE.DAT
^TABLE = lsb_pds_binary_table.dat

Object = TABLE
  INTERCHANGE_FORMAT = BINARY
+1 −1
Original line number Diff line number Diff line
RECORD_TYPE = FIXED_LENGTH
RECORD_BYTES = 18
^TABLE = LSB_PDS_BINARY_TABLE.DAT
^TABLE = lsb_pds_binary_table.dat

Object = TABLE
  INTERCHANGE_FORMAT = BINARY
+1 −1
Original line number Diff line number Diff line
RECORD_TYPE = FIXED_LENGTH
RECORD_BYTES = 18
^TABLE = LSB_PDS_BINARY_TABLE.dat
^TABLE = lsb_pds_binary_table.dat

Object = TABLE
  INTERCHANGE_FORMAT = BINARY
Loading