From 66b90affe83f76f08c20d87722058a164d7b2885 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 28 Apr 2020 15:07:08 -0400 Subject: Create subdirectory --- .circleci/test_spm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit