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

Unified Diff: tools/tests/run.sh

Issue 16557002: rebaseline.py self-tests: split test inputs and outputs into completely separate directories (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: split_input_and_output_dirs Created 7 years, 6 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: tools/tests/run.sh
===================================================================
--- tools/tests/run.sh (revision 9449)
+++ tools/tests/run.sh (working copy)
@@ -194,10 +194,11 @@
# Test rebaseline.py ...
#
-REBASELINE_TESTDIR=tools/tests/rebaseline
-rebaseline_test "--tests test1 test2 --configs 565 8888 --subdirs base-android-galaxy-nexus base-shuttle-win7-intel-float" "$REBASELINE_TESTDIR/subset"
-rebaseline_test "--tests test1 test2" "$REBASELINE_TESTDIR/all"
-rebaseline_test "--json_base_url file:$REBASELINE_TESTDIR/using-json --subdirs base-android-galaxy-nexus base-shuttle-win7-intel-float" "$REBASELINE_TESTDIR/using-json"
+REBASELINE_INPUT=tools/tests/rebaseline/input
+REBASELINE_OUTPUT=tools/tests/rebaseline/output
epoger 2013/06/06 14:58:51 Patchset 2 splits the test input and output into t
+rebaseline_test "--tests test1 test2 --configs 565 8888 --subdirs base-android-galaxy-nexus base-shuttle-win7-intel-float" "$REBASELINE_OUTPUT/subset"
+rebaseline_test "--tests test1 test2" "$REBASELINE_OUTPUT/all"
+rebaseline_test "--json_base_url file:$REBASELINE_INPUT/json1 --subdirs base-android-galaxy-nexus base-shuttle-win7-intel-float" "$REBASELINE_OUTPUT/using-json1"
echo "All tests passed."

Powered by Google App Engine
This is Rietveld 408576698