Revision 3e5012c6

b/Makefile.am
720 720
	test/data/sys_drbd_usermode_helper.txt \
721 721
	test/data/htools/hail-alloc-drbd.json \
722 722
	test/data/htools/hail-change-group.json \
723
	test/data/htools/hail-invalid-reloc.json \
723 724
	test/data/htools/hail-node-evac.json \
724 725
	test/data/htools/hail-reloc-drbd.json \
725 726
	test/data/htools/common-suffix.data \
b/htools/cli-tests-defs.sh
21 21

  
22 22
HBINARY=${HBINARY:-./htools/hpc-htools}
23 23

  
24
TESTDATA_DIR=${TOP_SRCDIR:-.}/test/data/htools
24
export TESTDATA_DIR=${TOP_SRCDIR:-.}/test/data/htools
25 25

  
26 26
hbal() {
27 27
  HTOOLS=hbal $HBINARY "$@"
b/htools/offline-test.sh
86 86

  
87 87
echo Running shelltest...
88 88

  
89
shelltest $SHELLTESTARGS test/ -- --hide-successes
89
shelltest $SHELLTESTARGS ${TOP_SRCDIR:-.}/test/ -- --hide-successes
90 90

  
91 91
echo All OK

Also available in: Unified diff