diff options
Diffstat (limited to 'rt/Makefile.in')
| -rw-r--r-- | rt/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/Makefile.in b/rt/Makefile.in index 98c2c30e5..b415a06db 100644 --- a/rt/Makefile.in +++ b/rt/Makefile.in @@ -355,7 +355,7 @@ test: parallel-test: test-parallel test-parallel: - RT_TEST_PARALLEL=1 $(PERL) "-MApp::Prove" -e 'my $$p = App::Prove->new(); $$p->process_args("-wlrj5","--state=slow,save", "t"); $$p->run()' + RT_TEST_PARALLEL=1 $(PERL) "-MApp::Prove" -e 'my $$p = App::Prove->new(); $$p->process_args("-wlrj5","--state=slow,save", "t"); exit( $$p->run() ? 0 : 1 )' regression-reset-db: force-dropdb $(PERL) -I$(LOCAL_LIB_PATH) -I$(RT_LIB_PATH) sbin/rt-setup-database --action init --dba-password '' |
