mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-10-31 02:27:56 +00:00 
			
		
		
		
	Ignore tests from $POCO_BASE/cppignore.lnx
This commit is contained in:
		| @@ -60,6 +60,7 @@ if [ "$OSNAME" = "" ] ; then | |||||||
| fi | fi | ||||||
|  |  | ||||||
| BINDIR="bin/$OSNAME/$OSARCH/" | BINDIR="bin/$OSNAME/$OSARCH/" | ||||||
|  | IGNORE="-ignore $POCO_BASE/cppignore.lnx" | ||||||
|  |  | ||||||
| runs=0 | runs=0 | ||||||
| failures=0 | failures=0 | ||||||
| @@ -86,7 +87,7 @@ do | |||||||
| 				echo "" | 				echo "" | ||||||
|  |  | ||||||
| 				runs=`expr $runs + 1` | 				runs=`expr $runs + 1` | ||||||
| 				sh -c "cd $POCO_BUILD/$comp/testsuite/$BINDIR && PATH=.:$PATH && LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH $TESTRUNNER $TESTRUNNERARGS" | 				sh -c "cd $POCO_BUILD/$comp/testsuite/$BINDIR && PATH=.:$PATH && LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH $TESTRUNNER $IGNORE $TESTRUNNERARGS" | ||||||
| 				if [ $? -ne 0 ] ; then | 				if [ $? -ne 0 ] ; then | ||||||
| 					failures=`expr $failures + 1` | 					failures=`expr $failures + 1` | ||||||
| 					failedTests="$failedTests $comp" | 					failedTests="$failedTests $comp" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Francis ANDRE
					Francis ANDRE