]> rtime.felk.cvut.cz Git - omk.git/commitdiff
OMK_TESTSROOT variable replaced with the real relative path. It is easier to debug...
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 25 Jul 2007 08:51:00 +0000 (08:51 +0000)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 25 Jul 2007 08:51:00 +0000 (08:51 +0000)
darcs-hash:20070725085153-f2ef6-8710c0de67f3f2aff6e84db3ac0aaa1a53abf0c5.gz

tests/all_omk_subdirs/test.inc
tests/headers/files/runtest
tests/headers/generated/runtest
tests/qt/runtest
tests/whole_tree/runtest

index 10964265b638d5160a31734a0100ff85432c8d15..f9c7984fa803ce8b1ce5fd67ca77f4d81b2c506f 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-. $OMK_TESTSROOT/functions.sh
+source ../functions.sh
 
 touch config.omk-default
 echo "SUBDIRS $OP \$(ALL_OMK_SUBDIRS)" > Makefile.omk
index 13d64e26a1fec15e15b8ac43ab43c35a963309f9..5103a6d5110adfc943af290bdf4b295101074dfa 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-. $OMK_TESTSROOT/functions.sh
+source ../../functions.sh
 
 touch config.omk-default
 make || exit 2
index 09f9b95a8a65b632911047c74f622510c6b3f838..0a612c45a4e411a191f863ec8f238b93e08a4b20 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-. $OMK_TESTSROOT/functions.sh
+source ../../functions.sh
 
 make default-config || canttest
 make include-pass || error "Can't run make include-pass"
index bfd66d9f0a1022d21862d70a10e6f616574cee9c..845edc1eeb350e6ce5e9aba815328b0955a1e28c 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-. $OMK_TESTSROOT/functions.sh
+source ../functions.sh
 
 touch config.omk-default
 QTDIR=/usr/share/qt4
index 7fd21c6fd36e8f5b5a0d7be59767a38ef31e93f2..c6f995bb6694a54a9db25ce7e141d47c195c654b 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-. $OMK_TESTSROOT/functions.sh
+source ../functions.sh
 
 touch config.omk-default
 make -C subdir W=1 || canttest