polserver/testsuite/pol/testpkgs/sql/setup.src

11 lines
179 B
Text
Raw Permalink Normal View History

use os;
include "testutil";
var res := GetEnvironmentVariable( "POLCORE_TESTSQL" );
if ( res != "1" )
syslog( "NO SQL TESTS", 0 );
return IGNORE_TEST;
else
return 1;
endif