@@ -208,7 +208,13 @@ # /// disk0 /tmp/#{getenv USER}/adisk1 # Uncomment these to emulate a job queue with a long time (look in bin/sleeprunner for the time) [jobtools] -launcher #{scheme (if (equal? (getenv "datapath") "none") "nbfake" "sleeprunner")} +launcher #{scheme (case (string->symbol (conc (getenv "datapath"))) \ + ((none) "nbfake") \ + ((openlava) "bsub") \ + (else "sleeprunner"))} + +launcher bsub -q priority -o $MT_TEST_RUN_DIR/openlava.log +