sbsv2/raptor/group/checkexports.sh
author timothy.murphy@nokia.com
Sun, 14 Feb 2010 19:46:52 +0200
branchfix
changeset 206 9bc64f367d8a
parent 3 e1eecf4d390d
permissions -rwxr-xr-x
fix: checkcomp filter formatting updates from Samu Sillanpaa. This is a custom filter for helium scanlog's missing files-per-component reporting.

#!/bin/bash

for dir in . cpp-raptor cygwin-1.5.25 mingw-5.1.4 python-2.5.2; do
	echo testing exports.inf in $dir
	(cd $dir; ./exports.sh2; sort exports.inf > t1; sort exports.inf2 > t2; diff t1 t2)
done