Explorar o código

Make linux help message in recording more helpful

Daniel Gempesaw %!s(int64=11) %!d(string=hai) anos
pai
achega
d9cb2ff2b7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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";
     }
 }