tests: move CTF 1 test traces to their own directory
[deliverable/babeltrace.git] / tests / plugins / sink.ctf.fs / succeed / test_succeed
index 6d47c09e2a6e18a35b79cd30c80bafc4c910e99c..16e454d096ad9ab6bf561c7c30eb493b044a41d5 100755 (executable)
@@ -8,7 +8,7 @@
 # This test validates that a `src.ctf.fs` component successfully reads
 # specific CTF traces and creates the expected messages.
 #
-# Such CTF traces to open either exist (in `tests/ctf-traces/succeed`)
+# Such CTF traces to open either exist (in `tests/ctf-traces/1/succeed`)
 # or are generated by this test using local trace generators.
 
 SH_TAP=1
@@ -25,7 +25,7 @@ source "$UTILSSH"
 this_dir_relative="plugins/sink.ctf.fs/succeed"
 this_dir_build="$BT_TESTS_BUILDDIR/$this_dir_relative"
 expect_dir="$BT_TESTS_DATADIR/$this_dir_relative"
-succeed_traces="$BT_CTF_TRACES_PATH/succeed"
+succeed_traces="$BT_CTF_TRACES_PATH/1/succeed"
 
 test_ctf_single() {
        local name="$1"
@@ -82,8 +82,8 @@ plan_tests 14
 
 test_ctf_gen_single float
 test_ctf_gen_single double
-test_ctf_existing_single meta-variant-no-underscore
-test_ctf_existing_single meta-variant-one-underscore
-test_ctf_existing_single meta-variant-reserved-keywords
-test_ctf_existing_single meta-variant-same-with-underscore
-test_ctf_existing_single meta-variant-two-underscores
+test_ctf_existing_single "meta-variant-no-underscore"
+test_ctf_existing_single "meta-variant-one-underscore"
+test_ctf_existing_single "meta-variant-reserved-keywords"
+test_ctf_existing_single "meta-variant-same-with-underscore"
+test_ctf_existing_single "meta-variant-two-underscores"
This page took 0.024145 seconds and 5 git commands to generate.