Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Copy tests folder for komodo tests instead of symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreso committed Oct 5, 2020
1 parent 464eff3 commit a1a18c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/jenkins/testkomodo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ copy_test_files () {
mkdir -p $CI_TEST_ROOT/python/res/fm/rms/

local PWD=$(pwd)
ln -s {$PWD,$CI_TEST_ROOT}/python/tests
cp -r {$PWD,$CI_TEST_ROOT}/python/tests
ln -s {$PWD,$CI_TEST_ROOT}/test-data
ln -s {$PWD,$CI_TEST_ROOT}/lib
ln -s {$PWD,$CI_TEST_ROOT}/share
Expand Down

0 comments on commit a1a18c9

Please sign in to comment.