Skip to content
Snippets Groups Projects
Commit 1cb8bba7 authored by Boris Feld's avatar Boris Feld
Browse files

Update test-scheduler to works no matter where we launch run-tests.py

parent 926d3acd
No related branches found
No related tags found
No related merge requests found
Test the scheduler
$ export SCHEDULER_TEST_SCRIPT=scheduler-test-script-success
$ export SCHEDULER_TEST_SCRIPT=$TESTDIR/scheduler-test-script-success
$ cat << EOF >> TASKS
> RUN tip
......@@ -10,7 +10,7 @@
$ python $TESTDIR/../scheduler.py TASKS
================================================================================
Got task 'RUN' 'tip'
RUNNING ['scheduler-test-script-success', 'tip']
RUNNING ['*/scheduler-test-script-success', 'tip'] (glob)
......@@ -42,7 +42,7 @@
$ python $TESTDIR/../scheduler.py --log LOG TASKS
================================================================================
Got task 'RUN' 'tip'
RUNNING ['scheduler-test-script-success', 'tip']
RUNNING ['*/scheduler-test-script-success', 'tip'] (glob)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment