Skip to content

Commit

Permalink
Fix failing test integration.TestEnergyPlusCallbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
kbenne committed Feb 18, 2020
1 parent 83494bf commit 35eb342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ if( BUILD_TESTING )
add_test(NAME "integration.TestEnergyPlusCallbacks"
COMMAND ${CMAKE_COMMAND}
-DSOURCE_DIR=${PROJECT_SOURCE_DIR}
-DBINARY_DIR=${CMAKE_CURRENT_BINARY_DIR}
-DBINARY_DIR=${PROJECT_BINARY_DIR}
-DIDF_FILE=1ZoneUncontrolled.idf
-DEPW_FILE=USA_CO_Golden-NREL.724666_TMY3.epw
-P ${PROJECT_SOURCE_DIR}/cmake/RunCallbackTest.cmake)
Expand Down

5 comments on commit 35eb342

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

7613-cmake-sub-project (kbenne) - x86_64-Linux-Ubuntu-18.04-gcc-7.4: OK (2682 of 2682 tests passed, 679 test warnings)

Messages:\n

  • 679 tests had: EIO diffs.
  • 2 tests had: ERR diffs.

Build Badge Test Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

7613-cmake-sub-project (kbenne) - x86_64-Linux-Ubuntu-18.04-cppcheck: OK (0 of 0 tests passed, 0 test warnings)

Build Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

7613-cmake-sub-project (kbenne) - x86_64-Linux-Ubuntu-18.04-custom_check: OK (11 of 11 tests passed, 0 test warnings)

Build Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

7613-cmake-sub-project (kbenne) - x86_64-Linux-Ubuntu-18.04-gcc-7.4-UnitTestsCoverage-Debug: OK (1290 of 1290 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

7613-cmake-sub-project (kbenne) - x86_64-Linux-Ubuntu-18.04-gcc-7.4-IntegrationCoverage-Debug: OK (679 of 680 tests passed, 0 test warnings)

Failures:\n

integration Test Summary

  • Passed: 679
  • Timeout: 1

Build Badge Test Badge Coverage Badge

Please sign in to comment.