diff --git a/examples/arc-env.xrsl b/examples/arc-env.xrsl index 84313a6c3227e6e07c34aaf66877bad29628c25f..9609890746a618d7a678d6b5ea2fc3504631e49d 100644 --- a/examples/arc-env.xrsl +++ b/examples/arc-env.xrsl @@ -1,6 +1,6 @@ &( executable = "/usr/bin/env" ) - ( queue = "flash" ) ( jobname = "arc-env-flash" ) ( stdout = "stdout" ) + ( queue = "flash" ) ( join = "yes" ) ( gmlog = "gmlog" ) diff --git a/examples/arc-search-for-pattern.xrsl b/examples/arc-search-for-pattern.xrsl index 220a990912b625fd676727fcaf04b121d9f0e1f1..f25bb2134905f24bbb61846591d6c38ff78c5fc9 100644 --- a/examples/arc-search-for-pattern.xrsl +++ b/examples/arc-search-for-pattern.xrsl @@ -1,13 +1,13 @@ &( executable = "search-for-pattern.sh" ) - ( arguments = "bbb data.txt output.txt" ) + ( arguments = "bbb" "data.txt" "output.txt" ) ( inputFiles = ( "data.txt" "" ) ) ( outputFiles = ( "output.txt" "" ) ) - ( queue = "flash" ) ( jobname = "arc-search-flash" ) ( stdout = "stdout" ) + ( queue = "flash" ) ( join = "yes" ) ( gmlog = "gmlog" )