extra debug printout to help identify a platform dependent issue
authorekrisza <ekrisza@HU00060815.ericsson.se>
Wed, 27 Apr 2016 07:03:02 +0000 (09:03 +0200)
committerekrisza <ekrisza@HU00060815.ericsson.se>
Wed, 27 Apr 2016 07:03:02 +0000 (09:03 +0200)
regression_test/XML/XmlWorkflow/bin/prj2mk.pl

index bdb9eb339b8067c30e67220e3f903f6676d1abdd..987bd6461651ac296630ed087a3e4704cc4241a9 100644 (file)
@@ -98,6 +98,7 @@ system("ln -s @symlinkfiles ./");
 map { s!.+/!!g } @files;
 
 # Generate the makefile
+print("LD_LIBRARY_PATH is $ENV{LD_LIBRARY_PATH}\n");#temporary debug printout
 print("$ENV{TTCN3_DIR}/bin/ttcn3_makefilegen -gs $split $rt2 -e XmlTest @files\n");
 
 system(   "\$TTCN3_DIR/bin/ttcn3_makefilegen -gs $split $rt2 -e XmlTest -o Makefile.1 @files");
This page took 0.026459 seconds and 5 git commands to generate.