summaryrefslogtreecommitdiff
path: root/test/test.sh
AgeCommit message (Collapse)Author
2021-06-01Explicitly test DL_DIR/*.txtxxc3nsoredxx
DL_DIR/* tries to diff error logs with the test data if they exist.
2021-06-01Differentiate between skipsxxc3nsoredxx
Slightly different behavior based on if it's a hard skip, auth skip, or post/download failure skip. HARD_SKIPS array to control which services are always skipped. Add total skips and fail logs to summary.
2021-06-01Quote directory variablesxxc3nsoredxx
2021-06-01Create test scriptxxc3nsoredxx
Posts test/test.txt onto any pastebins it can. Downloads the resulting pate into a temp dir as /tmp/wgetpaste_test.XXXXX/<service>.txt. Runs diff(1) (ignoring trailing whitespace) to compare the download with the test data.