Lines Matching refs:TMPDIR
17 TMPDIR=$(mktemp -d /tmp/igt.XXXX) || {
22 cat > $TMPDIR/xorg.conf.fbdev << EOF
29 cat > $TMPDIR/xorg.conf.intel << EOF
37 dmesg -c > $TMPDIR/dmesg.1.before.fbdev
38 cp /var/log/Xorg.0.log $TMPDIR/Xorg.0.log.1.before.fbdev
41 xinit -- /usr/bin/X -config $TMPDIR/xorg.conf.fbdev &
44 `which intel_reg` dump > $TMPDIR/intel_reg_dump.1.fbdev
49 dmesg -c > $TMPDIR/dmesg.2.after.fbdev.before.intel
50 cp /var/log/Xorg.0.log $TMPDIR/Xorg.0.log.2.after.fbdev.before.intel
55 xinit -- /usr/bin/X -config $TMPDIR/xorg.conf.intel &
58 `which intel_reg` dump > $TMPDIR/intel_reg_dump.2.intel
63 dmesg -c > $TMPDIR/dmesg.3.after.intel
64 cp /var/log/Xorg.0.log $TMPDIR/Xorg.0.log.3.after.intel
66 cp $0 $TMPDIR/
68 tar czf $TMPDIR.tar.gz $TMPDIR/*
69 if [ -f $TMPDIR.tar.gz ]; then
70 echo $TMPDIR.tar.gz contains this script, all configs and logs generated on this tests