Skip to content

Commit

Permalink
Test test fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daveiano committed Jun 29, 2022
1 parent d411db2 commit 0ababdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ def __init__(self):
"skins/weewx-wdc/includes/stat-tile.inc",
"skins/weewx-wdc/includes/climatological-days.inc",
"skins/weewx-wdc/includes/ui-shell.inc",
"skins/weewx-wdc/includes/footer.inc",
"skins/weewx-wdc/includes/forecast.inc",
"skins/weewx-wdc/includes/forecast-table.inc",
"skins/weewx-wdc/includes/icons/barometer.svg",
Expand Down
3 changes: 3 additions & 0 deletions test/test_install_report/install_report_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ testWeeReportRun() {
assertContains "$output" "Generating for all time"
assertContains "$output" "INFO weewx.cheetahgenerator: Generated 43 files for report WdcReport in"
assertContains "$output" "INFO weewx.reportengine: Copied 9 files to /home/weewx/public_html"

assertNotContains "$output" "failed with exception"
assertNotContains "$output" "Ignoring template"
}

#oneTimeTearDown() {
Expand Down

0 comments on commit 0ababdc

Please sign in to comment.