From 182ca850763905cf497a1f5a743f9f9742fc1f02 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Tue, 17 Mar 2020 14:33:26 +0100 Subject: [PATCH] Remove noux_terminal_fs.run script This run script tested the terminal VFS plugin as a new feature of noux. In the meantime, the plugin remains as the only way for the interaction of command-line-based applications with the terminal session. Hence, the mechanism is now stressed by many other scenarios. Issue #3696 --- repos/ports/run/noux_terminal_fs.run | 168 --------------------------- 1 file changed, 168 deletions(-) delete mode 100644 repos/ports/run/noux_terminal_fs.run diff --git a/repos/ports/run/noux_terminal_fs.run b/repos/ports/run/noux_terminal_fs.run deleted file mode 100644 index 861ae14b8..000000000 --- a/repos/ports/run/noux_terminal_fs.run +++ /dev/null @@ -1,168 +0,0 @@ -# -# \brief Test for the Noux terminal file system -# \author Christian Prochaska -# \date 2012-06-11 -# - -# -# The test shows two framebuffer terminals. The upper terminal runs an -# interactive shell and the lower terminal can be accessed from the shell via -# /dev/terminal. -# -# Example for writing to the lower terminal: echo "test" > /dev/terminal -# Example for reading a line from the lower terminal: head -n 1 /dev/terminal -# - -create_boot_directory - -import_from_depot [depot_user]/src/[base_src] \ - [depot_user]/pkg/[drivers_interactive_pkg] \ - [depot_user]/pkg/terminal \ - [depot_user]/src/init \ - [depot_user]/src/nitpicker \ - [depot_user]/src/nit_fb \ - [depot_user]/src/libc \ - [depot_user]/src/noux \ - [depot_user]/src/posix \ - [depot_user]/src/ncurses \ - [depot_user]/src/bash \ - [depot_user]/src/coreutils \ - [depot_user]/src/ram_fs - -install_config { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - } - -build_boot_image { } - -run_genode_until forever