Skip to content

Commit d87b2c1

Browse files
author
xuwei06
committed
Fix bug in CMakeList.txt
test_rest_hook.py => test_reset_hook.py Change-Id: I84909ade4a1ea2bec4311264626dd000cd6bc86c
1 parent 3cf7337 commit d87b2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/trainer_config_helpers/tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ add_test(NAME layers_test
66

77
add_test(NAME test_reset_hook
88
COMMAND ${PROJ_ROOT}/paddle/.set_python_path.sh -d ${PROJ_ROOT}/python/
9-
python ${PROJ_ROOT}/python/paddle/trainer_config_helpers/tests/test_rest_hook.py
9+
python ${PROJ_ROOT}/python/paddle/trainer_config_helpers/tests/test_reset_hook.py
1010
WORKING_DIRECTORY ${PROJ_ROOT}/python/paddle)
1111

1212
if (PROTOBUF_3)

0 commit comments

Comments
 (0)