Skip to content

Commit

Permalink
kde5.eclass: VIRTUALX_COMMAND -> virtx
Browse files Browse the repository at this point in the history
  • Loading branch information
kensington committed Jan 26, 2016
1 parent 7262f76 commit ce6375f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/kde5.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ kde5_src_test() {
unset DBUS_SESSION_BUS_ADDRESS DBUS_SESSION_BUS_PID

if [[ ${VIRTUALX_REQUIRED} = always || ${VIRTUALX_REQUIRED} = test ]]; then
VIRTUALX_COMMAND="_test_runner" virtualmake
virtx _test_runner
else
_test_runner
fi
Expand Down

0 comments on commit ce6375f

Please sign in to comment.