/usr/share/pcsd/test/Makefile is in pcs 0.9.149-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | this_dir := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
parent_dir := $(shell dirname $(this_dir))
gem_home := $(parent_dir)/vendor/bundle/ruby
test:
GEM_HOME=$(gem_home) ruby -I$(parent_dir) -I$(this_dir) test_all_suite.rb
|