The added script will test during gating time that old drivers for Windows XP, Server 2003 and Server 2008 were not changed. - Resolves: rhbz#1738372 Signed-off-by: Yan Vugenfirer <yvugenfi@redhat.com>
12 lines
121 B
Bash
Executable File
12 lines
121 B
Bash
Executable File
#~/bin/sh
|
|
|
|
umount mnt_iso
|
|
umount mnt_iso_old
|
|
rm freeze_results.txt
|
|
rm *.rpm
|
|
rm -rf usr
|
|
|
|
rmdir mnt_iso
|
|
rmdir mnt_iso_old
|
|
|