Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1015)

Unified Diff: ports/devenv/tests/devenv_small_test.js

Issue 1804293003: Add support for new pnacl native toolchain driver (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: Fix according to Brad's comments Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ports/devenv/tests/devenv_small_test.js
diff --git a/ports/devenv/tests/devenv_small_test.js b/ports/devenv/tests/devenv_small_test.js
index 55ba3f9b1eb4fe132fd08e13cc904038ddcc17d8..d6753bd7a691ccab4a64ff3b56e4838fedbc574e 100644
--- a/ports/devenv/tests/devenv_small_test.js
+++ b/ports/devenv/tests/devenv_small_test.js
@@ -77,8 +77,9 @@ TEST_F(DevEnvTest, 'testCTests', function() {
}).then(function() {
return self.checkCommand('unzip devenv_small_test.zip', 0);
}).then(function() {
+ var NACL_BOOT_ARCH = self.params["NACL_BOOT_ARCH"];
return self.checkCommand(
'LD_LIBRARY_PATH=${PWD}/${PACKAGE_LIB_DIR}:$LD_LIBRARY_PATH ' +
- './devenv_small_test_${NACL_BOOT_ARCH}', 0);
+ './devenv_small_test_' + NACL_BOOT_ARCH, 0);
});
});
« make_all.sh ('K') | « ports/devenv/build.sh ('k') | ports/devil/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698