summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2015-03-27 14:21:56 +1100
committerChris Johns <chrisj@rtems.org>2015-03-27 14:24:11 +1100
commitf5b639bf7267b04efebe45dbd7047b573e7abe5c (patch)
tree871efc450e60a396578dca454ead828fa5180915
parentAdd rtems-tester configurations for simsh family of BSPs (diff)
downloadrtems-tools-f5b639bf7267b04efebe45dbd7047b573e7abe5c.tar.bz2
rtems-tester: Remove repeated install line in wscript.
Fixes #2312.
-rw-r--r--tester/wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/tester/wscript b/tester/wscript
index 17aacdd..8971529 100644
--- a/tester/wscript
+++ b/tester/wscript
@@ -67,7 +67,6 @@ def build(bld):
'rt/pygdb/spark.py'],
install_path = '${PREFIX}/share/rtems/rt/pygdb')
bld.install_files('${PREFIX}/bin', ['rtems-test'], chmod = 0o755)
- bld.install_files('${PREFIX}/bin', ['rtems-test'], chmod = 0o755)
#
# Install the tester configuration files.