We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc89150 commit 3fb6aa1Copy full SHA for 3fb6aa1
tests/1001_NameBraces/run.sh
@@ -7,7 +7,7 @@ test=${test:-/} # to correct for the case where PWD=/
7
fail=0
8
9
# run sbmodelr
10
-sbmodelr -t a ../sources/ATPlocs.cps 2 1> output 2> /dev/null
+sbmodelr -t a ../sources/ATPlocs.cps 2 >output 2>&1
11
12
# compare output and target
13
difference=$(diff output target_stdout)
0 commit comments