File tree 1 file changed +21
-19
lines changed
1 file changed +21
-19
lines changed Original file line number Diff line number Diff line change @@ -338,28 +338,30 @@ file_cmp "$TEST_KEY.err" "$TEST_KEY.err" </dev/null
338
338
TEST_KEY=$TEST_KEY_BASE -custom-diff-tool-config-graphical
339
339
cat > conf/rose.conf << __ROSE_CONF__
340
340
[external]
341
- gdiff_tool=diff -y
341
+ gdiff_tool=diff --unified --label=a --label=b
342
342
__ROSE_CONF__
343
343
run_fail " $TEST_KEY " rose config-diff -g $TEST_DIR /app{1,2}/rose-app.conf
344
- # Note: two column layout assumes 8 space tabs.
345
344
file_cmp " $TEST_KEY .out" " $TEST_KEY .out" << '__DIFF__ '
346
- # description=Environment variable configuration # description=Environment variable configuration
347
- [env] [env]
348
- # description=The number of gears available. <
349
- # title=Gearbox Gears <
350
- # 1 reverse, 5 forward <
351
- GEARBOX_GEARS=6 <
352
- # help=1 3 5 <
353
- # =| | | <
354
- # =------- <
355
- # =| | | <
356
- # =2 4 R <
357
- GEARSTICK_DECORATION=golfball GEARSTICK_DECORATION=golfball
358
- >
359
- > # description=Different choices of locking methods, if availa
360
- > [namelist:locking]
361
- > # title=Air Locking?
362
- > air_locking=.false.
345
+ --- a
346
+ +++ b
347
+ @@ -1,12 +1,8 @@
348
+ # description=Environment variable configuration
349
+ [env]
350
+ -# description=The number of gears available.
351
+ -# title=Gearbox Gears
352
+ -# 1 reverse, 5 forward
353
+ -GEARBOX_GEARS=6
354
+ -# help=1 3 5
355
+ -# =| | |
356
+ -# =-------
357
+ -# =| | |
358
+ -# =2 4 R
359
+ GEARSTICK_DECORATION=golfball
360
+ +
361
+ +# description=Different choices of locking methods, if available.
362
+ +[namelist:locking]
363
+ +# title=Air Locking?
364
+ +air_locking=.false.
363
365
__DIFF__
364
366
file_cmp " $TEST_KEY .err" " $TEST_KEY .err" < /dev/null
365
367
# -------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments