소스 검색

Actually use updated path in print

Andy Baugh 7 년 전
부모
커밋
a810ebfe6e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/generate_testing_configuration.pl

+ 1 - 1
scripts/generate_testing_configuration.pl

@@ -41,7 +41,7 @@ if( -f '/usr/local/cpanel/3rdparty/bin/perl' ) {
 print STDOUT (
     "Done writing to $gitdir/.${file_name_prefix}testrc.\n",
     "The functional test in t/ should now work when ran like so:\n",
-    "AUTHOR_TESTS=1 prove $gitdir/t/Cpanel-iContact-Provider-$module_name.t\n"
+    "AUTHOR_TESTS=1 $provepath $gitdir/t/Cpanel-iContact-Provider-$module_name.t\n"
 );
 
 0;