Made ABT_TMPDIR path absolute, and swapped kernel version order.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@768 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2009-04-11 08:28:57 +00:00
parent ff4dab4cd2
commit bbfce9739f

View File

@@ -3,5 +3,5 @@
ABT_DETAILS="PC Bart, x86_64, openSUSE 11.1"
ABT_JOBS=3
ABT_TMPDIR=tmp-scst-${USER}-$$
ABT_KERNELS="2.6.23.17 2.6.29.1"
ABT_TMPDIR="$HOME/tmp-scst-${USER}-$$"
ABT_KERNELS="2.6.29.1 2.6.23.17"