[LNT] r221500 - Update test to use rsync with an exclude so that SVN data is not copied into Output
Chris Matthews
cmatthews5 at apple.com
Thu Nov 6 16:04:26 PST 2014
Author: cmatthews
Date: Thu Nov 6 18:04:26 2014
New Revision: 221500
URL: http://llvm.org/viewvc/llvm-project?rev=221500&view=rev
Log:
Update test to use rsync with an exclude so that SVN data is not copied into Output
Modified:
lnt/trunk/tests/runtest/rerun.py
Modified: lnt/trunk/tests/runtest/rerun.py
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/tests/runtest/rerun.py?rev=221500&r1=221499&r2=221500&view=diff
==============================================================================
--- lnt/trunk/tests/runtest/rerun.py (original)
+++ lnt/trunk/tests/runtest/rerun.py Thu Nov 6 18:04:26 2014
@@ -3,7 +3,7 @@
# some of the test, so they should be marked as regressions, and reruns should
# be triggered.
-# RUN: cp -a %S/Inputs/rerun_server_instance %S/Output/server
+# RUN: rsync -av --exclude .svn %S/Inputs/rerun_server_instance/ %S/Output/server
# RUN: rm -f CHECK-STDOUT CHECK-STDOUT2 CHECK-STDERR CHECK-STDERR2
# RUN: %S/Inputs/runtest_server_wrapper.sh %S/Output/server nt \
# RUN: --sandbox %t.SANDBOX \
More information about the llvm-commits
mailing list