「view this page in B3 βῆτα server」

Revisions №58264

branch: master 「№58264」
Commited by: Vikram K. Mulligan
GitHub commit link: 「9504df4defa95b28」 「№888」
Difference from previous tested commit:  code diff
Commit date: 2015-11-05 06:52:07

Merge pull request #888 from RosettaCommons/vmullig/fix_sewing_hasher_tests Fix failing integration tests This fixes the app_exception_handling, continuous_sewing_hasher, and discontinuous_sewing_hasher integration tests: - app_exception_handling is fixed by adding try/catch blocks in the gaussian_chain_test and ModelTrimmer pilot apps. Please don't add a pilot app to pilot_apps.src.settings.all unless you have its functionality enclosed in a try/catch block. - The sewing_hasher integration tests are fixed by removing datestamps from sewing_hasher.cc. If you write an integration test, don't have it write out the date on which it was run. This WILL cause a daily failure.

...