Skip to content

Commit 2c8169f

Browse files
committed
test: Export $KPATCH for test programs
Signed-off-by: Keiya Nobuta <nobuta.keiya@fujitsu.com>
1 parent 7b04a3f commit 2c8169f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/integration/kpatch-test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ else
119119
done
120120
fi
121121

122+
# export envs for test progs
123+
export KPATCH
124+
122125
error() {
123126
echo "ERROR: $*" |tee -a $LOG >&2
124127
ERROR=$((ERROR + 1))

0 commit comments

Comments
 (0)