Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for missing svn command on spectest_regression... #138

Closed
p6rt opened this issue Jun 18, 2008 · 4 comments
Closed

Fix for missing svn command on spectest_regression... #138

p6rt opened this issue Jun 18, 2008 · 4 comments

Comments

@p6rt
Copy link

p6rt commented Jun 18, 2008

Migrated from rt.perl.org#56050 (status was 'resolved')

Searchable as RT56050$

@p6rt
Copy link
Author

p6rt commented Jun 18, 2008

From deven@twist.ties.org

Index​: root.in

--- root.in (revision 28471)
+++ root.in (working copy)
@​@​ -163,11 +163,11 @​@​
# NOTE​: eventually, we should remove --keep-exit-code and --fudge
# as the goal is that all tests must pass without fudge
spectest​: all t/spec
- cd t/spec && svn up
+ -cd t/spec && svn up
  $(PERL) t/harness --fudge --keep-exit-code t/spec

spectest_regression​: all t/spec t/spectest_regression.data
- cd t/spec && svn up
+ -cd t/spec && svn up
  $(PERL) t/harness \
  --configfudge \
  --tests-from-file=t/spectest_regression.data \

@p6rt
Copy link
Author

p6rt commented Jun 26, 2008

From @pmichaud

Applied in r28598, thanks!

Pm

@p6rt
Copy link
Author

p6rt commented Jun 26, 2008

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Jun 26, 2008

@pmichaud - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Jun 26, 2008
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant