diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-04-28 15:07:08 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-04-28 15:07:08 -0400 |
commit | 66b90affe83f76f08c20d87722058a164d7b2885 (patch) | |
tree | c109be962321041798a03381d2ea5ecde915421b | |
parent | 1fa741494133f206d2b630708d7036517c1c953b (diff) | |
download | spmc-66b90affe83f76f08c20d87722058a164d7b2885.tar.gz |
Create subdirectory
-rwxr-xr-x | .circleci/test_spm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/test_spm.sh b/.circleci/test_spm.sh index fc52e04..c7223dd 100755 --- a/.circleci/test_spm.sh +++ b/.circleci/test_spm.sh @@ -10,7 +10,7 @@ cd build set -x ctest -T test -rsync -av Testing/*/*.xml "${TEST_RESULTS}" +rsync -av Testing/*/*.xml "${TEST_RESULTS}"/spm spm --list |