Skip to content

Commit

Permalink
Rename directory to workaround gitignore in linux repo
Browse files Browse the repository at this point in the history
  • Loading branch information
thefallentree committed Sep 7, 2021
1 parent e70414d commit 4fd3287
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions travis-ci/vmtest/prepare_selftests.sh
Expand Up @@ -5,8 +5,8 @@ set -eu
source $(cd $(dirname $0) && pwd)/helpers.sh

travis_fold start apply_local_patch "Apply local patches"
if ls ${VMTEST_ROOT}/patches/*.diff 1>/dev/null 2>&1; then
for file in ${VMTEST_ROOT}/patches/*.diff; do
if ls ${VMTEST_ROOT}/diffs/*.diff 1>/dev/null 2>&1; then
for file in ${VMTEST_ROOT}/diffs/*.diff; do
patch -p1 < ${file}
done
fi
Expand Down

0 comments on commit 4fd3287

Please sign in to comment.