Skip to content

Commit

Permalink
followup b88f350
Browse files Browse the repository at this point in the history
add server to sipify test
  • Loading branch information
3nids committed Apr 28, 2017
1 parent b88f350 commit ec56822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/scripts/test_sipfiles_uptodate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ done < <(
sed -n -r 's/^%Include (.*\.sip)/core\/\1/p' python/core/core.sip
sed -n -r 's/^%Include (.*\.sip)/gui\/\1/p' python/gui/gui.sip
sed -n -r 's/^%Include (.*\.sip)/analysis\/\1/p' python/analysis/analysis.sip
sed -n -r 's/^%Include (.*\.sip)/analysis\/\1/p' python/server/server.sip
)


Expand Down

2 comments on commit ec56822

@nirvn
Copy link
Contributor

@nirvn nirvn commented on ec56822 Apr 29, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you might have forgotten to change a analysis->server on the first part of that new line.

@3nids
Copy link
Member Author

@3nids 3nids commented on ec56822 Apr 29, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks and sorry, HF side effects ;)

Please sign in to comment.