Update tests path to be less relative

This commit is contained in:
Matt Basta 2013-12-09 11:00:59 -08:00
Родитель 768451b727
Коммит f3fe74fd9c
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -29,7 +29,7 @@ script:
# Start the damper.
- "nohup ../bin/damper &"
# Run the unit tests.
- "DISPLAY=:99.0 ../casperjs/bin/casperjs test ./test"
- "DISPLAY=:99.0 ../casperjs/bin/casperjs test test/"
# Generate include files.
- "../bin/commonplace includes"
# TODO: Test that the includes are there.
@ -45,4 +45,4 @@ script:
# Recreate the files; test `commonplace init`.
- "../bin/commonplace init"
# Make sure `commonplace init` did what it was supposed to do.
- "DISPLAY=:99.0 ../casperjs/bin/casperjs test ./test"
- "DISPLAY=:99.0 ../casperjs/bin/casperjs test test/"