瀏覽代碼

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;