Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
acbb5106
Commit
acbb5106
authored
Jun 03, 2017
by
Alexandre Duret-Lutz
Browse files
* tests/core/ltlcross4.test: Ignore space diff in pandas' output.
parent
dbcde8e3
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/core/ltlcross4.test
View file @
acbb5106
...
@@ -57,10 +57,11 @@ EOF
...
@@ -57,10 +57,11 @@ EOF
# will exit 77 if panda is not installed
# will exit 77 if panda is not installed
$PYTHON
test
.
py
>
out
.1
$PYTHON
test
.
py
>
out
.1
# remove trailing whitespace from pandas' output,
# remove trailing whitespace from pandas' output, and limit to 6
# and limit to 6 lines, because Pandas 0.13 adds
# lines, because Pandas 0.13 adds the size of the dataframe
# the size of the dataframe afterwards.
# afterwards. Alse the spacing between columns differs from version
sed
's/[ \t]*$//g;6q'
<
out
.1
>
py
.
out
# to version.
sed
's/[ \t]*$//g;6q'
<
out
.1
|
sed
's/ */ /g'
>
py
.
out
cat
>
expected
<<
EOF
cat
>
expected
<<
EOF
states
transitions
states
transitions
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment