Skip to content

Commit fd94e6a

Browse files
committed
Merge branch 'develop' of https://github.com/baidu/Paddle into bilinear
2 parents bc2b521 + 0c7ac3d commit fd94e6a

File tree

1 file changed

+1
-1
lines changed
  • python/paddle/trainer_config_helpers/tests/configs

1 file changed

+1
-1
lines changed

python/paddle/trainer_config_helpers/tests/configs/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ for file in $files
1313
do
1414
base_protostr=$protostr/$file
1515
new_protostr=$protostr/$file.unitest
16-
diff $base_protostr $new_protostr
16+
diff $base_protostr $new_protostr -u
1717
done

0 commit comments

Comments
 (0)