From 957794cd29974acc3d36f201d2754a6e8c096371 Mon Sep 17 00:00:00 2001 From: hanchao Date: Thu, 8 Dec 2016 19:00:10 +0800 Subject: [PATCH] fix bad ident --- python/paddle/trainer_config_helpers/tests/configs/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/trainer_config_helpers/tests/configs/run_tests.sh b/python/paddle/trainer_config_helpers/tests/configs/run_tests.sh index 72dd55bb67a..e984ee70625 100755 --- a/python/paddle/trainer_config_helpers/tests/configs/run_tests.sh +++ b/python/paddle/trainer_config_helpers/tests/configs/run_tests.sh @@ -31,7 +31,7 @@ else done for file in ${whole_configs[*]} -do + do if ! $1 $protostr/$file.protostr $protostr/$file.protostr.unittest --whole; then diff $protostr/$file.protostr $protostr/$file.protostr.unittest -u fi -- GitLab