浏览代码

Make linux help message in recording more helpful

Daniel Gempesaw 11 年之前
父节点
当前提交
d9cb2ff2b7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      t/bin/record.pl

+ 1 - 1
t/bin/record.pl

@@ -34,7 +34,7 @@ sub find_built_lib {
 
 sub output_linux_help {
     if ($^O eq 'linux') {
-        print "Headless and need a webdriver server started? Try\n\n\tDISPLAY=:1 xvfb-run --auto-servernum java -jar /usr/lib/node_modules/protractor/selenium/selenium-server-standalone-2.42.2.jar\n\n";
+        print "Headless and need a webdriver server started? Try\n\n\tDISPLAY=:1 xvfb-run --auto-servernum java -jar /usr/lib/node_modules/protractor/selenium/selenium-server-standalone-*.jar\n\n";
     }
 }