Skip to content

Commit 3fb6aa1

Browse files
committed
fail as bug is not fixed
1 parent bc89150 commit 3fb6aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/1001_NameBraces/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ test=${test:-/} # to correct for the case where PWD=/
77
fail=0
88

99
# run sbmodelr
10-
sbmodelr -t a ../sources/ATPlocs.cps 2 1> output 2> /dev/null
10+
sbmodelr -t a ../sources/ATPlocs.cps 2 >output 2>&1
1111

1212
# compare output and target
1313
difference=$(diff output target_stdout)

0 commit comments

Comments
 (0)