Skip to content

Commit 1a134a2

Browse files
committed
Run D8 tests first with the test.sh script.
1 parent 45fbb96 commit 1a134a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/test.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ run_tests () {
2020
mocha node_modules/grunt-drupal-tasks/test/library.js
2121
}
2222

23-
# Drupal 7
24-
export GDT_DRUPAL_CORE="7" GDT_TEST_URL="http://127.0.0.1:8080/misc/drupal.js"
23+
# Drupal 8
24+
export GDT_DRUPAL_CORE="8" GDT_TEST_URL="http://127.0.0.1:8080/core/misc/drupal.js"
2525
run_tests
2626

2727
# Rinse and repeat
2828
cd ../..
2929

30-
# Drupal 8
31-
export GDT_DRUPAL_CORE="8" GDT_TEST_URL="http://127.0.0.1:8080/core/misc/drupal.js"
30+
# Drupal 7
31+
export GDT_DRUPAL_CORE="7" GDT_TEST_URL="http://127.0.0.1:8080/misc/drupal.js"
3232
run_tests

0 commit comments

Comments
 (0)