We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45fbb96 commit 1a134a2Copy full SHA for 1a134a2
test/test.sh
@@ -20,13 +20,13 @@ run_tests () {
20
mocha node_modules/grunt-drupal-tasks/test/library.js
21
}
22
23
-# Drupal 7
24
-export GDT_DRUPAL_CORE="7" GDT_TEST_URL="http://127.0.0.1:8080/misc/drupal.js"
+# Drupal 8
+export GDT_DRUPAL_CORE="8" GDT_TEST_URL="http://127.0.0.1:8080/core/misc/drupal.js"
25
run_tests
26
27
# Rinse and repeat
28
cd ../..
29
30
-# Drupal 8
31
-export GDT_DRUPAL_CORE="8" GDT_TEST_URL="http://127.0.0.1:8080/core/misc/drupal.js"
+# Drupal 7
+export GDT_DRUPAL_CORE="7" GDT_TEST_URL="http://127.0.0.1:8080/misc/drupal.js"
32
0 commit comments