Skip to content

Commit d8ac7ad

Browse files
committed
Remove .svn directory inclusion from tests
We don't have .svn directories anymore, and for a pretty long time.
1 parent d303ff0 commit d8ac7ad

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

tests/runtest/nt.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,7 @@
153153
# Check submission to a server through url works:
154154
# RUN: rm -rf %{test_exec_root}/runtest/nt_server_instance
155155
# RUN: mkdir -p %{test_exec_root}/runtest/nt_server_instance
156-
# RUN: rsync -av --exclude .svn %S/Inputs/rerun_server_instance/ \
157-
# RUN: %{test_exec_root}/runtest/nt_server_instance
156+
# RUN: rsync -av %S/Inputs/rerun_server_instance/ %{test_exec_root}/runtest/nt_server_instance
158157
# RUN: %{shared_inputs}/server_wrapper.sh \
159158
# RUN: %{test_exec_root}/runtest/nt_server_instance 9089 \
160159
# RUN: lnt runtest nt --submit "http://localhost:9089/db_default/submitRun" \
@@ -182,8 +181,7 @@
182181
# CHECK-SUBMIT-STDERR: Rerunning 0 of 69 benchmarks.
183182

184183
# Check submission to a server through server instance works:
185-
# RUN: rsync -av --exclude .svn %S/Inputs/rerun_server_instance/ \
186-
# RUN: %{test_exec_root}/runtest/nt_server_instance
184+
# RUN: rsync -av %S/Inputs/rerun_server_instance/ %{test_exec_root}/runtest/nt_server_instance
187185
# RUN: %{shared_inputs}/server_wrapper.sh \
188186
# RUN: %{test_exec_root}/runtest/nt_server_instance 9089 \
189187
# RUN: lnt runtest nt --submit "http://localhost:9089/db_default/submitRun" \

tests/runtest/rerun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# RUN: rm -rf %t.instance
77
# RUN: mkdir -p %t.instance
8-
# RUN: rsync -av --exclude .svn %S/Inputs/rerun_server_instance/ %t.instance
8+
# RUN: rsync -av %S/Inputs/rerun_server_instance/ %t.instance
99
# RUN: rm -f CHECK-STDOUT CHECK-STDOUT2 CHECK-STDERR CHECK-STDERR2
1010
# RUN: %{shared_inputs}/server_wrapper.sh \
1111
# RUN: %t.instance 9090 \

0 commit comments

Comments
 (0)