summaryrefslogtreecommitdiffstats
path: root/sbe/test/citest/populate-sandbox
diff options
context:
space:
mode:
Diffstat (limited to 'sbe/test/citest/populate-sandbox')
-rwxr-xr-xsbe/test/citest/populate-sandbox3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbe/test/citest/populate-sandbox b/sbe/test/citest/populate-sandbox
index 91d646f0..7df47896 100755
--- a/sbe/test/citest/populate-sandbox
+++ b/sbe/test/citest/populate-sandbox
@@ -7,6 +7,7 @@
# OpenPOWER sbe Project
#
# Contributors Listed Below - COPYRIGHT 2015,2016
+# [+] International Business Machines Corp.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -56,5 +57,5 @@ execute_in_sandbox "cd $SBEFW_DIR; mk install_all" \
# Copy test files.
-cp $SBEROOT/sbe/test/* $SBETESTDIR/ || exit -1
+cp -r $SBEROOT/sbe/test/* $SBETESTDIR/ || exit -1
OpenPOWER on IntegriCloud