sbsv2/raptor/group/checkexports.sh
author Richard Taylor <richard.i.taylor@nokia.com>
Thu, 25 Feb 2010 16:02:22 +0000
branchfix
changeset 370 c86748d54051
parent 3 e1eecf4d390d
permissions -rwxr-xr-x
a bad config is not a FatalError

#!/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