Skip to content

Commit 65af9f9

Browse files
luotao1wen-bo-yang
authored andcommitted
modify the format of diff information in protostr (#398)
1 parent 125c19a commit 65af9f9

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)